fixed restart error

This commit was merged in pull request #36.
This commit is contained in:
Chinenye Nmoh
2025-07-03 15:37:53 +01:00
parent 501d0f2703
commit 0000907698
3 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ ENV FLASK_APP=app.py
ENV FLASK_RUN_HOST=0.0.0.0
# Run the application
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "wsgi:wsgi_app"]
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5000", "--timeout", "120", "wsgi:wsgi_app"]