File size: 239 Bytes
adec8ca
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
services:
  - type: web
    name: fundora-api
    runtime: python
    buildCommand: pip install -r requirements.txt
    startCommand: uvicorn api:app --host 0.0.0.0 --port 8000
    envVars:
      - key: PYTHONUNBUFFERED
        value: "1"