aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ddd5b73..76cd4b0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,7 @@ EXPOSE 8010
# Define environment variable
ENV DJANGO_SETTINGS_MODULE=config.settings.production
ENV DJANGO_READ_DOT_ENV_FILE=True
+ENV DEBUG=True
RUN uv sync --frozen --no-dev && uv run manage.py collectstatic --noinput