[2025-04-10] Add gunicorn config and requirements.txt

https://developers.redhat.com/articles/2023/08/17/how-deploy-flask-application-python-gunicorn
This commit is contained in:
Andrew Conlin 2025-04-10 21:33:25 +01:00
parent 8b1fdab3b9
commit 282698f9ac
2 changed files with 11 additions and 0 deletions

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
Flask==3.1.0
Gunicorn==23.0.0