studyrag / Procfile
beerohan
Flatten directory structure for deployment
5ac3946
Raw
History Blame Contribute Delete
62 Bytes
web: uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000}