Skip to content

Commit

Permalink
Update web config
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoTheTaco committed Dec 15, 2023
1 parent 3012e61 commit f5d00e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions web/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ automatic_scaling:

inbound_services:
- warmup

entrypoint: gunicorn -b :$PORT -w 1 main:app
3 changes: 2 additions & 1 deletion web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
google-api-python-client
google-cloud-firestore
pytz
flask
flask
gunicorn

0 comments on commit f5d00e5

Please sign in to comment.