Skip to content

Commit

Permalink
build a new dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 29, 2024
1 parent 5b4f947 commit 725b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ def lb_azure():
return jsonify(status='fail', error=str(e))

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

0 comments on commit 725b921

Please sign in to comment.