You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime: python37
automatic_scaling:
min_idle_instances: 1
inbound_services:
- warmup
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
secure: always
I tried specifying the entrypoint on the yaml file
I'm getting this error:
This is the
app.yaml
I was using:I tried specifying the
entrypoint
on the yaml filebut it didn't work
https://cloud.google.com/appengine/docs/standard/python3/runtime#application_startup
I'm testing locally with:
https://cloud.google.com/appengine/docs/standard/python3/testing-and-deploying-your-app
The text was updated successfully, but these errors were encountered: