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