From 7d5d22fc358e110fe9a8b5412e00a0079c1cac50 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 31 Oct 2022 09:45:00 +0100 Subject: [PATCH] Fix build no dev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26fadaf..1fe5b45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ WORKDIR /app/src # Required for manage.py to startup ARG ENV_FILE=/app/.env -ARG DEBUG=true +ARG DEBUG=false ENV STATIC_ROOT=/app/static ENV DATABASE_URL=sqlite:////app/db/db.sqlite3