[15a331]: / app.yaml

Download this file

9 lines (7 with data), 134 Bytes

1
2
3
4
5
6
7
8
9
runtime: python39
entrypoint: gunicorn -b :$PORT src.app:app
handlers:
- url: /static
static_dir: static
- url: /.*
script: auto