$ https://github.com/QuanKhs/my-social-network
$ npm install
$ cd client
$ npm install
Building image
$ docker build . -t <my-social-network>/node-web-app
- Run the image
$ docker run -p 49160:5000 -d <my-social-network>/node-web-app
Running on http://localhost:5000