Skip to content

Commit

Permalink
Set bigger timeout to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Jul 5, 2024
1 parent f72b624 commit 4881c3f
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 @@ -31,7 +31,7 @@ FROM base AS api
WORKDIR /app/src
COPY docker-compose.yml .
ENV FLASK_APP app.py
CMD gunicorn -k uvicorn.workers.UvicornWorker app:app --bind 0.0.0.0:5050
CMD gunicorn -k uvicorn.workers.UvicornWorker app:app --bind 0.0.0.0:5050 --timeout 300

FROM base AS ocr
WORKDIR /app/src
Expand Down

0 comments on commit 4881c3f

Please sign in to comment.