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