feat: add docker run target and configure app for containerization
All checks were successful
Build and Push / build (push) Successful in 6s

Co-authored-by: Antigravity <antigravity@deepmind.com>
This commit is contained in:
Jan Novak
2026-02-27 14:02:22 +01:00
parent ced9aa4aeb
commit 17a96da078
3 changed files with 7 additions and 4 deletions

2
app.py
View File

@@ -50,4 +50,4 @@ def fees():
)
if __name__ == "__main__":
app.run(debug=True, port=5001)
app.run(debug=True, host='0.0.0.0', port=5001)