From fbd8b0e2a701158b0ee14396bc196f7dba31f629 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Fri, 24 Apr 2020 21:59:30 -0400 Subject: [PATCH] python -m --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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