mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 22:56:21 +00:00
Add novnc/build
This commit is contained in:
parent
2610d5cd18
commit
0c21fbc253
1 changed files with 6 additions and 0 deletions
6
novnc/build
Normal file
6
novnc/build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional buildtag
|
||||
DOCKER_BUILDKIT=1 \
|
||||
docker build ./. \
|
||||
--tag ${buildtag:-alpine/novnc}
|
||||
Loading…
Add table
Add a link
Reference in a new issue