We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ec712 commit 405746fCopy full SHA for 405746f
production.Dockerfile
@@ -19,6 +19,7 @@ ENV PYTHONUNBUFFERED=1
19
# Set Django settings module
20
ARG ENV=production
21
ENV ENV=${ENV}
22
+ENV DJANGO_SETTINGS_MODULE=todo_project.settings.${ENV}
23
24
WORKDIR /app
25
0 commit comments