Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 244 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 244 Bytes

Install dependencies.

$ npm install

Run the app

$ npm run start

Build Docker image

$ cd ~/express-hello-world  # or whatever is the directory location of this repo
$ docker build -t hello-world-image .