media-gen-api / Spacefile
ogeti siva satyanarayana
Create Spacefile
440e322
raw
history blame contribute delete
105 Bytes
[build]
builder = "heroku/buildpacks:20"
[run]
command = "uvicorn main:app --host 0.0.0.0 --port $PORT"