Adapt for Google Cloud Deployment

This commit is contained in:
2021-08-20 15:47:03 +02:00
parent 080648d587
commit 9ab1e9b841
5 changed files with 38 additions and 2 deletions

View File

@@ -152,4 +152,4 @@ def activate_job():
if __name__ == "__main__":
app.run(debug=True, host='0.0.0.0')
app.run(host='127.0.0.1', port=8080, debug=True)