Skip to content

Commit

Permalink
Change wsgi module name when running gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Veras committed Feb 5, 2020
1 parent 6c350f1 commit ece7be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ RUN apt-get purge libpq-dev -y && apt-get autoremove -y && \
ADD backend/ /home/user/app

USER user
CMD gunicorn docker.wsgi --log-file - -b 0.0.0.0:8000 --reload
CMD gunicorn {{project_name}}.wsgi --log-file - -b 0.0.0.0:8000 --reload

0 comments on commit ece7be0

Please sign in to comment.