Updated docker file to run new script file

This commit is contained in:
2024-01-01 17:52:44 +00:00
parent 59d379f657
commit ef94773b8f
6 changed files with 16 additions and 8 deletions

2
app.py
View File

@@ -15,7 +15,7 @@ def main():
if secret_key == None:
# NO Secret Key set!
print("No app secret set, please set one before deploying in production")
app.secret_key = "DEFUALTKEY"
app.secret_key = "DEFAULTKEY"
else:
app.secret_key = secret_key