Adapt for Google Cloud Deployment

This commit is contained in:
2021-08-20 15:47:03 +02:00
parent 080648d587
commit 9ab1e9b841
5 changed files with 38 additions and 2 deletions

13
backend/app/app.yaml Normal file
View File

@ -0,0 +1,13 @@
runtime: python39
handlers:
# This configures Google App Engine to serve the files in the app's static
# directory.
- url: /static
static_dir: static
# This handler routes all requests not caught above to your main app. It is
# required when static routes are defined, but can be omitted (along with
# the entire handlers section) when there are no static files defined.
- url: /.*
script: auto