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}