diff --git a/Dockerfile b/Dockerfile index e94a7e1..e6d5f42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file