Skip to content

Commit

Permalink
fix: fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed Dec 12, 2022
1 parent 40f84ca commit 41aa8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ CMD while true; do python ./manage.py runserver 0.0.0.0:8381; sleep 2; done
# Define k8s target
FROM prod as kubernetes
ENV DISCOVERY_SETTINGS='kubernetes'
ENV DJANGO_SETTINGS_MODULE="course_discovery.settings.$DISCOVERY_SETTINGS"
ENV DJANGO_SETTINGS_MODULE="course_discovery.settings.$DISCOVERY_SETTINGS"

0 comments on commit 41aa8ce

Please sign in to comment.