Update plasma compose to use build

This commit is contained in:
Myve 2024-07-23 00:57:24 +00:00
commit b0231dfed2
4 changed files with 14 additions and 9 deletions

View file

@ -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