Download this file
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