mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 00:06:21 +00:00
Update compose files to rebuild with every up
This commit is contained in:
parent
8830ec73ba
commit
84a85d673b
5 changed files with 33 additions and 13 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional buildtag
|
||||
DOCKER_BUILDKIT=1 \
|
||||
docker build . \
|
||||
--build-arg debug=${debug:-""} \
|
||||
--tag ${buildtag:-myvnc/firefox}
|
||||
# DOCKER_BUILDKIT=1 \
|
||||
# docker build . \
|
||||
# --build-arg debug=${debug:-""} \
|
||||
# --tag ${buildtag:-myvnc/firefox}
|
||||
|
||||
docker compose up --build --detach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue