What steps should I take to ensure my Nest.js app deployed on AWS Fargate displays properly on the Public IP without specifying the port number?
So I have deployed a Nest.js app to AWS Fargate. The thing is when I access the Public IP X.XXX.XXX.XXX the site does not open. But when I type X.XXX.XXX.XXX:3000 the page displays the Hello World! message. Now how can I make the app display it on X.XXX.XXX.XXX?