getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

Visit http://localhost:3000 and not seeing anything.

Open kevinb1989 opened this issue 2 years ago • 1 comments

I created a container following the instructions in the doc: https://docs.docker.com/get-started/02_our_app/

I visit http://localhost:3000 and didn't see anything.

kevinb1989 avatar Apr 02 '23 10:04 kevinb1989

@kevinb1989 in case you made the silly mistake I made: I overlooked the fact that I was supposed to do docker build from the app subdirectory. I accidentally did it at the root directory (where there's already another Dockerfile but not the one we want), and didn't see anything on port 3000. It was just my user error.

lukkyjoe avatar Jul 11 '23 10:07 lukkyjoe