We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617af66 commit c9b8e4eCopy full SHA for c9b8e4e
1 file changed
appengine/standard_python3/custom-server/app.yaml
@@ -15,6 +15,6 @@
15
# [START gae_python38_custom_runtime]
16
# [START gae_python3_custom_runtime]
17
runtime: python39
18
-entrypoint: uwsgi --http-socket :8080 --wsgi-file main.py --callable app --master --processes 1 --threads 2
+entrypoint: uwsgi --http-socket :$PORT --wsgi-file main.py --callable app --master --processes 1 --threads 2
19
# [END gae_python3_custom_runtime]
20
# [END gae_python38_custom_runtime]
0 commit comments