Spaces:
Sleeping
Sleeping
File size: 105 Bytes
440e322 |
1 2 3 4 5 6 |
[build]
builder = "heroku/buildpacks:20"
[run]
command = "uvicorn main:app --host 0.0.0.0 --port $PORT"
|