Skip to content

Commit 405746f

Browse files
feat: Set Django settings module in Dockerfile (#109)
1 parent 50ec712 commit 405746f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

production.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ENV PYTHONUNBUFFERED=1
1919
# Set Django settings module
2020
ARG ENV=production
2121
ENV ENV=${ENV}
22+
ENV DJANGO_SETTINGS_MODULE=todo_project.settings.${ENV}
2223

2324
WORKDIR /app
2425

0 commit comments

Comments
 (0)