Hi, I'm new to cs and dockerizing I'm trying to build a service that uses swagger and running it in a docker container, however I run into an issue where I can reach the swagger address when executing the docker compose file through visual studio but not when executing the docker compose via CLI
Is there anyone who can maybe help me out with that?
I am aware of specifying the ASPNETCORE_ENVIRONMENT to Development but it's still not working
Dockerfile: