I am new in web development and trying to load my website on ubuntu web server for the first time. The website is developed with Flask at backend. I loaded the website on local server and it's loading well on 127.0.0.1:5000/.
I purchased a droplet on digitalocean.com and uploaded it on ubuntu webserver. It is loading well on 157.245.243.108:5000/. I purchased domain name from godaddy.com.
The problem is that website is loading well with ip address (157.245.243.108) along with 5000 port. The godaddy DNS does not accept port value. It only asks for ip address. When I upload ip address only (without port) it only loads apache2 server page.
The question is: How to load website to IP address only without port number? I am willing to share my code if required.