I am currently using docker-machine to serve a mern app via port:3000.
Everything is working well - however my application is served at my-ip:3000. I don't want users to have to navigate to myurl.com:3000. What is the simplest solution to access the application from my-ip/ instead of my-ip:3000. I am using ec2 and route53 on aws.