Skip to content

Commit

Permalink
Dockerfile timeout removal
Browse files Browse the repository at this point in the history
  • Loading branch information
agaraman0 committed Aug 4, 2023
1 parent e009a21 commit f4cff6a
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 @@ -42,4 +42,4 @@ COPY backend/ .
EXPOSE 5000

# Run the gunicorn server
CMD gunicorn --workers 5 --timeout 150 --bind 0.0.0.0:${PORT} app:app
CMD gunicorn --workers 5 --bind 0.0.0.0:${PORT} app:app

0 comments on commit f4cff6a

Please sign in to comment.