5a6d9e4
1
2
3
4
5
6
7
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"