Use start_alwrity_backend.py via Procfile, single requirements.txt

This commit is contained in:
ajaysi
2026-04-06 07:05:01 +05:30
parent 3f3575cc18
commit 2b025673d6
3 changed files with 49 additions and 9 deletions

View File

@@ -1 +1,3 @@
web: gunicorn -c gunicorn_config.py app:app
# Use start_alwrity_backend.py for deployment
# This script handles all bootstrap logic and starts uvicorn
web: python start_alwrity_backend.py