This commit is contained in:
2024-09-30 18:42:40 +02:00
parent 22e844e7e5
commit 8ca1f5f82c
2 changed files with 12 additions and 3 deletions

4
web-stack/docker-build Executable file
View File

@@ -0,0 +1,4 @@
docker build -t web-stack \
--no-cache \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) .