python -m

This commit is contained in:
ducoterra
2020-04-24 21:59:30 -04:00
parent b04ef5a579
commit fbd8b0e2a7

View File

@@ -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"]
CMD ["python -m gunicorn","-b",":8000", "-w", "4", "config.wsgi"]