Skip to content

Commit

Permalink
socket
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrr committed Jul 5, 2024
1 parent 50ba9dd commit cad55d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ENV FLASK_ENV production

EXPOSE 80
WORKDIR /app/api
CMD ["gunicorn", "--worker-class", "eventlet", "-w", "10", "-b", ":80", "api:app"]
CMD ["gunicorn", "--worker-class", "eventlet", "-w", "1", "-b", ":80", "api:app"]

0 comments on commit cad55d8

Please sign in to comment.