diff --git a/Dockerfile b/Dockerfile index 76fb03c..46fc136 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 RUN pip install gunicorn -CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"] \ No newline at end of file +CMD ["gunicorn", "-w", "4", "app:app"] \ No newline at end of file