Set docker port mapping when debugging ASP.NET Core Web API
I created an ASP.NET Core Web API project with docker support as follows: Each time the docker container gets created, the port mapping changes ...and changes... ...and changes. I am not able to figure out how to set the port…