mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:46:20 +00:00
Update plasma compose to use build
This commit is contained in:
parent
84a85d673b
commit
b0231dfed2
4 changed files with 14 additions and 9 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Docker build
|
||||
# Optional: buildtag
|
||||
DOCKER_BUILDKIT=1 \
|
||||
docker build . \
|
||||
--tag ${buildtag:-myvnc/webtop:plasma}
|
||||
# DOCKER_BUILDKIT=1 \
|
||||
# docker build . \
|
||||
# --tag ${buildtag:-myvnc/webtop:plasma}
|
||||
docker compose up --build --detach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue