Fix timeout

This commit is contained in:
2022-05-01 21:11:47 +03:00
parent cc70b77942
commit d625d7926b

View File

@@ -37,4 +37,4 @@ COPY ./scripts/healthcheck.py /root/healthcheck.py
EXPOSE 8080 EXPOSE 8080
CMD gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080 CMD gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080 --timeout 600