Sign inSign up

leanlabs/npm-builder

By leanlabs

Updated almost 11 years ago

Image
1

8.4K

leanlabs/npm-builder repository overview

Nodejs + npm docker builder image

Usage

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

Tag summary

Content type

Image

Digest

sha256:210d56ab5

Size

66.5 MB

Last updated

almost 11 years ago

docker pull leanlabs/npm-builder