--- a +++ b/app.yaml @@ -0,0 +1,9 @@ +runtime: python39 +entrypoint: gunicorn -b :$PORT src.app:app + +handlers: +- url: /static + static_dir: static + +- url: /.* + script: auto \ No newline at end of file