Spaces:
Sleeping
Sleeping
Added rootDir to render.yaml
Browse files- 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
|