diff --git a/Dockerfile b/Dockerfile index f0d8acc..fc0ed46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ WORKDIR /app EXPOSE 8000 -CMD ["gunicorn", "-w 4", "-b 0.0.0.0", "app:app"] \ No newline at end of file +CMD ["gunicorn", "-w 1", "-b 0.0.0.0", "app:app"] \ No newline at end of file