Skip to content

Commit

Permalink
fix: set DJANGO_SETTINGS_MODULE in Dockerfile (#726)
Browse files Browse the repository at this point in the history
* fix: set DJANGO_SETTINGS_MODULE in Dockerfile

* fix: set DJANGO_SETTINGS_MODULE in Dockerfile
  • Loading branch information
johnnagro authored Nov 29, 2023
1 parent 9b0bd13 commit 0934881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV DJANGO_SETTINGS_MODULE enterprise_catalog.settings.production

# Prod ports
EXPOSE 8160
Expand Down

0 comments on commit 0934881

Please sign in to comment.