This commit is contained in:
mr
2025-11-13 10:10:05 +01:00
parent 6a7acf5e84
commit 998fa11490

View File

@@ -27,7 +27,7 @@ clean:
flutter clean
docker:
DOCKER_BUILDKIT=1 docker build -t oc-front --build-arg HOST=$(HOST) -f Dockerfile .
DOCKER_BUILDKIT=1 docker build -t oc-front --build-arg HOST=$(HOST) --build-arg AUTH_MODE=true -f Dockerfile .
docker tag oc-front:latest oc/oc-front:0.0.1
publish-kind: