Sep 6, 2018 · 1 min read
The run command should be docker run -d -p 3000:80 ... because the container is exposing port 80, then the run command maps this to port 3000 on localhost. 80:3000 doesn’t work because the container isn’t exposing port 3000.
This series is very helpful!
