python -m
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user