DocuChat / Procfile
Prateet Mishra
Fix port binding: use directly so Render/Railway can detect open port
7a4e53c
Raw
History Blame Contribute Delete
49 Bytes
web: uvicorn app:app --host 0.0.0.0 --port $PORT