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