✅ .Net 8 WebApi not responding from Docker container
I am running a default .Net 8 webapi project that I created via the dotnet CLI
The project builds and runs locally, I am able to get a response.
Dockerfile
I build the image and run it
Cannot get a response from the api
Any help appreciated!
The project builds and runs locally, I am able to get a response.
Dockerfile
I build the image and run it
Cannot get a response from the api
Any help appreciated!