Skip to content

Commit

Permalink
Extened gunicorn timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmaslenn committed Apr 12, 2021
1 parent f67fe61 commit 1eaeecc
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 @@ -3,4 +3,4 @@ ADD . /parser
WORKDIR /parser
RUN pip3 install -r requirements.txt
EXPOSE 80
CMD gunicorn -b 0.0.0.0:80 server:app
CMD gunicorn -b 0.0.0.0:80 server:app --timeout 200

0 comments on commit 1eaeecc

Please sign in to comment.