From 07e620223214e9343a79ae69bee7550336979c0d Mon Sep 17 00:00:00 2001 From: Matt-Joshua Tan Date: Tue, 4 Jun 2024 20:05:23 -0400 Subject: [PATCH] wtf is port binding --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index cb634a4..5f51278 100644 --- a/app.py +++ b/app.py @@ -17,4 +17,4 @@ def index(): return render_template('index.html') if __name__ == '__main__': - app.run(debug=True) \ No newline at end of file + app.run(debug=True, host='0.0.0.0', port='10000') \ No newline at end of file