Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
$ docker build -t getting-started .
  • Start the app container
$ docker run -dp 3000:3000 getting-started
ec25cae23f5fa1d421c7a750b70d1ba914286eee2e46f464db8fbb8d1f7314ba
  • Then visit the app on localhost:3000