Skip to content

Commit 3cfb83e

Browse files
committed
reverting explicit settings link. Should not be needed
1 parent 22828ba commit 3cfb83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chp_api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ COPY . .
6565
#COPY ./gunicorn.config.py $APP_HOME
6666

6767
# set DJANGO_SETTINGS_MODULE environment variable
68-
ENV DJANGO_SETTINGS_MODULE=chp_api.settings
68+
#ENV DJANGO_SETTINGS_MODULE=chp_api.settings
6969

7070
# chown all the files to the app user
7171
RUN chown -R chp_api:chp_api $APP_HOME \

0 commit comments

Comments
 (0)