diff --git a/Dockerfile b/Dockerfile index 3ad1857..4ea2cf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ ENV FLASK_ENV production EXPOSE 80 WORKDIR /app/api -CMD ["gunicorn", "--worker-class", "eventlet", "-w", "10", "-b", ":80", "api:app"] \ No newline at end of file +CMD ["gunicorn", "--worker-class", "eventlet", "-w", "1", "-b", ":80", "api:app"] \ No newline at end of file