mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Add custom parameters to ./build
This commit is contained in:
parent
466c6e8902
commit
43106cb02e
1 changed files with 2 additions and 1 deletions
|
|
@ -4,4 +4,5 @@
|
||||||
DOCKER_BUILDKIT=1 \
|
DOCKER_BUILDKIT=1 \
|
||||||
docker build . \
|
docker build . \
|
||||||
--build-arg debug=${debug:-""} \
|
--build-arg debug=${debug:-""} \
|
||||||
--tag ${buildtag:-myvnc/alpine/firefox}
|
--tag ${buildtag:-myvnc/alpine/firefox} \
|
||||||
|
${@}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue