© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ofir Aghai
run "docker run -it docker_nodejs_app" in terminal, but when going to localhost from the browser, i got the error: "This site can't be reached"
help?
run "docker run -p 3000:3000 docker_nodejs_app" instead of "docker run -it docker_nodejs_app"
solve my problem. :)
also, "EXPOSE 3000:3000" in Dockerfile - didnt work, and should be just: "EXPOSE 3000"