Skip to content

Commit

Permalink
single thread test
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Li committed Dec 9, 2024
1 parent 9fdebb2 commit d93df93
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 @@ -10,5 +10,5 @@ COPY run.py .

EXPOSE 8080

CMD ["sh", "-c", "gunicorn --bind 0.0.0.0:${WEBSITES_PORT:-8080} --timeout 120 --workers 4 run:app"]
CMD ["sh", "-c", "gunicorn --bind 0.0.0.0:${WEBSITES_PORT:-8080} --timeout 120 --workers 1 run:app"]

0 comments on commit d93df93

Please sign in to comment.