We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2ed78 commit 24def5cCopy full SHA for 24def5c
Dockerfile
@@ -4,4 +4,4 @@ FROM python:2.7-onbuild
4
5
ENV DJANGO_CONFIGURATION Docker
6
7
-CMD ["gunicorn", "-c", "gunicorn_conf.py", "--chdir", "mysite", "mysite.wsgi:application"]
+CMD ["gunicorn", "-c", "gunicorn_conf.py", "--chdir", "mysite", "mysite.wsgi:application", "--reload"]
0 commit comments