animalmind-backend / Procfile
firstoff23
feat: prepara backend FastAPI para deploy
2b1a776
Raw
History Blame Contribute Delete
49 Bytes
web: uvicorn app:app --host 0.0.0.0 --port $PORT