diff --git a/Dockerfile b/Dockerfile index 2bd1ce39..68538533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . . EXPOSE $PORT -CMD ["gunicorn", "squib.wsgi:application", "--bind", "0.0.0.0:$PORT"] \ No newline at end of file +CMD gunicorn squib.wsgi:application --workers=4 --bind 0.0.0.0:$PORT \ No newline at end of file