Update Dockerfile

This commit is contained in:
Alex 2023-03-06 19:23:56 +00:00
parent 3767b85958
commit 133863e601

View File

@ -20,4 +20,4 @@ RUN pip install gunicorn
EXPOSE 5001 EXPOSE 5001
CMD ["gunicorn", "-w", "2", "--bind", "0.0.0.0:5001", "wsgi:app"] CMD ["gunicorn", "-w", "2","-timeout", "120", "--bind", "0.0.0.0:5001", "wsgi:app"]