Spaces:
Running
Running
| 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 |
| 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 |