updated docker to use development server for live reloading

This commit is contained in:
Edward Tirado Jr 2025-06-03 00:10:32 -05:00
parent b326440964
commit 2b073c5705

View file

@ -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"]