Skip to content

Commit

Permalink
KPMP-5662: Increased timeout for gunicorn so we can download larger f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
rlreamy committed Oct 29, 2024
1 parent 80974f7 commit 91f5cf2
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 @@ -7,4 +7,4 @@ COPY app.py app.py
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
RUN pip3 install -U flask-cors
CMD ["gunicorn", "-b", ":5000", "app:app"]
CMD ["gunicorn", "-b", ":5000", "--timeout", "300", "app:app"]

0 comments on commit 91f5cf2

Please sign in to comment.