Why docker container does not respond to my requests on loalhost (my laptop)?
I have dockerized a simple golang project given in the link https://github.com/ashahbazi65/go-docker.git. However, on my laptop the requests can't get any response from the app. Below is the curl response. Can anybody help me understand why? curl -v localhost:3000 *…