To build a container:
$ make build
Following command will start Docker image in background
$ make run
you can test it with:
$ make test
or simply run:
curl -v localhost:43567
node.js hello world example based on Debian