Skip to content

Commit 24def5c

Browse files
committedJul 18, 2015
gunicorn: reload server when code changes.
1 parent 8b2ed78 commit 24def5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM python:2.7-onbuild
44

55
ENV DJANGO_CONFIGURATION Docker
66

7-
CMD ["gunicorn", "-c", "gunicorn_conf.py", "--chdir", "mysite", "mysite.wsgi:application"]
7+
CMD ["gunicorn", "-c", "gunicorn_conf.py", "--chdir", "mysite", "mysite.wsgi:application", "--reload"]

0 commit comments

Comments
 (0)
Please sign in to comment.