PJDEMO / render.yaml
oriqqqqqqat
add render
5a6d9e4
raw
history blame contribute delete
184 Bytes
services:
- type: web
name: oral-fastapi
runtime: python
buildCommand: "pip install -r requirements.txt"
startCommand: "uvicorn main:app --host 0.0.0.0 --port $PORT"