diff --git a/Dockerfile b/Dockerfile index c37f94e..95ee2a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ USER django RUN pip install -r requirements.txt --user RUN python manage.py collectstatic -CMD ["gunicorn","-b",":8000", "-w", "4", "config.wsgi"] \ No newline at end of file +CMD ["python -m gunicorn","-b",":8000", "-w", "4", "config.wsgi"] \ No newline at end of file