Acytel commited on
Commit
4d0d944
·
1 Parent(s): 83a8d34

Added rootDir to render.yaml

Browse files
Files changed (1) hide show
  1. render.yaml +1 -0
render.yaml CHANGED
@@ -2,5 +2,6 @@ services:
2
  - type: web
3
  name: govbridge-api
4
  runtime: python
 
5
  buildCommand: pip install -r requirements.txt
6
  startCommand: uvicorn api:app --host 0.0.0.0 --port $PORT
 
2
  - type: web
3
  name: govbridge-api
4
  runtime: python
5
+ rootDir: gov_backend
6
  buildCommand: pip install -r requirements.txt
7
  startCommand: uvicorn api:app --host 0.0.0.0 --port $PORT