File size: 193 Bytes
c3360e6
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
services:
  - type: web
    name: jarvis
    runtime: python
    buildCommand: pip install -r requirements.txt
    startCommand: python run.py
    envVars:
      - key: PORT
        value: 8000