File size: 162 Bytes
9fc9755
2cfebfc
9fc9755
 
 
 
 
1
2
3
4
5
6
7
8
space_type: "python"
executor_image: "python:3.10-slim"
build:
  - pip install -r requirements.txt
  - pip install gunicorn
run:
  - gunicorn -w 4 -b :80 app:app