plotlydash-flask-tutorial
plotlydash-flask-tutorial copied to clipboard
How to change serve port from 5000?
Hi Todd,
Thank you for the amazing tutorial!!
Wanted to ask - how would it be possible to change the port being served from 5000? i.e. when deploying an app like this, so that user doesn't have to go to website.com:5000/dashapp/ but just serve it on one of the default ports?
Thank you! Yaro
change the line in wsgi.py (home directory) to something like. app.run(host="0.0.0.0",port=8080)