mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Update build command
This commit is contained in:
parent
526461fc5b
commit
bb228df823
5 changed files with 29 additions and 18 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional buildtag
|
||||
# DOCKER_BUILDKIT=1 \
|
||||
# docker build . \
|
||||
# --build-arg debug=${debug:-""} \
|
||||
# --tag ${buildtag:-myvnc/firefox}
|
||||
|
||||
docker compose up --build --detach
|
||||
11
firefox/up
Executable file
11
firefox/up
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional buildtag
|
||||
# DOCKER_BUILDKIT=1 \
|
||||
# docker build . \
|
||||
# --build-arg debug=${debug:-""} \
|
||||
# --tag ${buildtag:-myvnc/novnc}
|
||||
case ${1} in
|
||||
build) docker compose up --build --detach;;
|
||||
*) docker compose up --detach;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue