This application demonstrates a simple, reusable Node.js web application based on the Express framework.
- Install Node.js
- cd into this project's root directory
- Run
npm install
to install the app's dependencies - Run
npm start
to start the app - Access the running app in a browser at the URL written to the console (most likely http://localhost:6012)
docker build -t imageName:tag .
where imageName
is whatever you want to call your Docker image and tag
is something like v1
or latest
.