File size: 103 Bytes
787a546
 
 
 
 
 
 
1
2
3
4
5
6
7
8
runtime: python38

entrypoint: gunicorn -b :$PORT main:app

handlers:
- url: /.*
  script: auto