File size: 159 Bytes
2fbd444
 
 
 
 
1
2
3
4
5
6
version: 1
services:
  - name: web
    buildCommand: pip install -r requirements.txt
    startCommand: gunicorn -w 4 --threads 2 -b 0.0.0.0:$PORT app:app