It's a modified version of TailorBrands' version, with the following changes:
Base image is now pulled from official node:latest image, making the node easily interchangeable with older versions by just editing a single line.
Image is now inclusive with node-gyp dependencies for rebuilding libraries, so installed npm packages (thru Dockerfile, or real-time dev/prod) will build flawlessly
Image is also inclusive of 'sharp' npm package, npm-installed as a global library
Added tweaks that:
Allowed installation of global package in NPM (thru chown & sudo)
Allowed requiring of globally installed packages (thru ~/.bashrc fix)