From f5d00e55dfc356db3f93760635b938f1d1506a08 Mon Sep 17 00:00:00 2001 From: Tycho Bellers Date: Fri, 15 Dec 2023 14:09:45 -0800 Subject: [PATCH] Update web config --- web/app.yaml | 2 ++ web/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/app.yaml b/web/app.yaml index 599c7fb..2515b60 100644 --- a/web/app.yaml +++ b/web/app.yaml @@ -18,3 +18,5 @@ automatic_scaling: inbound_services: - warmup + +entrypoint: gunicorn -b :$PORT -w 1 main:app diff --git a/web/requirements.txt b/web/requirements.txt index 8e6ef5e..39a2920 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,5 @@ google-api-python-client google-cloud-firestore pytz -flask \ No newline at end of file +flask +gunicorn