aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.py
diff options
context:
space:
mode:
authorkj_sh6042026-02-16 02:02:46 -0500
committerkj_sh6042026-02-16 02:02:46 -0500
commitf6e6db9d0360675c6153c0f671772e2c5fc7093f (patch)
tree9ec6c33563731baac1baeaea17495d32c4cfca49 /src/app.py
parenteb84775cf931a92fc26f5e7d66c74ac1521ca30b (diff)
feat: docker 🚢
Diffstat (limited to 'src/app.py')
-rw-r--r--src/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.py b/src/app.py
index 5a3aa7b..6b5a45a 100644
--- a/src/app.py
+++ b/src/app.py
@@ -163,4 +163,4 @@ def download_pdf(filename: str):
if __name__ == "__main__":
- app.run(debug=True)
+ app.run(host="0.0.0.0", port=5000, debug=False)