Use start_alwrity_backend.py in Procfile

This commit is contained in:
ajaysi
2026-04-06 09:32:02 +05:30
parent cc03567d2f
commit 92a27270aa

View File

@@ -1,3 +1,2 @@
# Use Gunicorn with uvicorn worker for faster port binding on Render # Use start_alwrity_backend.py for deployment
# Gunicorn binds immediately, then loads app in background web: python start_alwrity_backend.py --production
web: gunicorn app:app --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:$PORT --timeout 600