app.run(debug=true host='0.0.0.0' port=5000) code example Example: app.run(host='0.0.0.0' port=5000 debug=true) host='0.0.0.0', port=5000