Skip to content

Commit

Permalink
Merge pull request #22 from KPMP/KPMP-5662_IncreaseTimeout
Browse files Browse the repository at this point in the history
KPMP-5662: Increased timeout for gunicorn so we can download larger f…
  • Loading branch information
Dert1129 authored Oct 29, 2024
2 parents 80974f7 + 91f5cf2 commit 13812d1
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 13812d1

Please sign in to comment.