bacpilot-backend / Procfile
debpc
Add FastAPI deployment files
83156fa
Raw
History Blame Contribute Delete
62 Bytes
web: uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000}