Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Expressjs Demo

You can build and run the Docker image:

$ docker build --file ./Dockerfile -t my-nodejs-app .

$ docker run -d -p 3000:3000 my-nodejs-app

Then, load http://localhost:3000/ in a browser to see the output.