Skip to content

Commit c9b8e4e

Browse files
author
Ace Nassri
authored
fix(appengine): hardcoded PORT -> env var (GoogleCloudPlatform#8145)
1 parent 617af66 commit c9b8e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • appengine/standard_python3/custom-server

appengine/standard_python3/custom-server/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
# [START gae_python38_custom_runtime]
1616
# [START gae_python3_custom_runtime]
1717
runtime: python39
18-
entrypoint: uwsgi --http-socket :8080 --wsgi-file main.py --callable app --master --processes 1 --threads 2
18+
entrypoint: uwsgi --http-socket :$PORT --wsgi-file main.py --callable app --master --processes 1 --threads 2
1919
# [END gae_python3_custom_runtime]
2020
# [END gae_python38_custom_runtime]

0 commit comments

Comments
 (0)