Skip to content

Commit

Permalink
Start uwsgi server instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wilane committed Jun 10, 2016
1 parent d4992af commit 6870c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ run pip install --no-cache-dir -r /usr/src/app/requirements.txt && pip install s

WORKDIR /usr/src/app/src
EXPOSE 8000
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
#CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
CMD ["uwsgi", "--ini", "/usr/src/app/uwsgi.ini", "--chdir", "/usr/src/app/src"]

0 comments on commit 6870c94

Please sign in to comment.