Add Gunicorn config for Render deployment

This commit is contained in:
ajaysi
2026-04-06 06:46:32 +05:30
parent 0680bf98a2
commit f1e8cdb0d8
4 changed files with 64 additions and 3 deletions

1
backend/Procfile Normal file
View File

@@ -0,0 +1 @@
web: gunicorn -c gunicorn_config.py app:app