Skip to content

Commit

Permalink
wtf is port binding
Browse files Browse the repository at this point in the history
  • Loading branch information
mtj8 committed Jun 5, 2024
1 parent 73a7743 commit 07e6202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def index():
return render_template('index.html')

if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True, host='0.0.0.0', port='10000')

0 comments on commit 07e6202

Please sign in to comment.