updated docker to use development server for live reloading
This commit is contained in:
parent
c16fddf9b4
commit
9a5685a500
1 changed files with 1 additions and 2 deletions
|
@ -34,5 +34,4 @@ ENV PYTHONUNBUFFERED=1
|
|||
USER web
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "djangodocker.wsgi:application"]
|
||||
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
||||
|
|
Loading…
Add table
Reference in a new issue