open_in_new
content_copy
port = int(os.environ.get('PORT', 8080)) app.run(host='0.0.0.0', port=port)