Nodejs builder image. To be used when you need to build some nodejs project.
Image includes nodejs-0.12.2 and npm. Assuming that all other dependencies are explicitly specified through package.json, bower.json, anyother.json.
docker run --rm -v `pwd`:/data -v $HOME/.node-cache:/cache leanlabs/npm-builder npm install
docker run --rm -v `pwd`:/data -v $HOME/.node-cache:/cache leanlabs/npm-builder bower install --allow-root
Content type
Image
Digest
sha256:210d56ab5…
Size
66.5 MB
Last updated
almost 11 years ago
docker pull leanlabs/npm-builder