This reduces the image size (using alpine), and removes the `/bin/sh` process by using `ENTRYPOINT`
Minimal NodeJS + NPM image
$ docker run --rm -it -v $(pwd):/source schickling/nodejs
Mount your local source folder to the container and run it inside the container.