Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 237 Bytes

File metadata and controls

12 lines (7 loc) · 237 Bytes

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.