govbridge-api / render.yaml
Acytel's picture
Added rootDir to render.yaml
4d0d944
Raw
History Blame Contribute Delete
204 Bytes
services:
- type: web
name: govbridge-api
runtime: python
rootDir: gov_backend
buildCommand: pip install -r requirements.txt
startCommand: uvicorn api:app --host 0.0.0.0 --port $PORT