diff options
| author | kj_sh604 | 2026-02-16 02:02:46 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-16 02:02:46 -0500 |
| commit | f6e6db9d0360675c6153c0f671772e2c5fc7093f (patch) | |
| tree | 9ec6c33563731baac1baeaea17495d32c4cfca49 /src | |
| parent | eb84775cf931a92fc26f5e7d66c74ac1521ca30b (diff) | |
feat: docker 🚢
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gitignore | 2 | ||||
| -rw-r--r-- | src/app.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/.gitignore b/src/.gitignore index fdbd64b..fb97398 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,4 +2,4 @@ __pycache__/ *.pyc .venv/ generated/ -uploads/ +uploads/
\ No newline at end of file @@ -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) |
