From 998fa1149060d64d046a40476dbcae4dba97d4c0 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 13 Nov 2025 10:10:05 +0100 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: