diff --git a/Makefile b/Makefile index 5b263f7..7c3720f 100644 --- a/Makefile +++ b/Makefile @@ -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: