Closed techcow2 closed 3 months ago
How can I change it from port 5000 to something else?
need to update main.py from app.run(debug=True) to app.run(host="0.0.0.0", port=8000, debug=True)
thank you
How can I change it from port 5000 to something else?