Skip to content

vasiliy-t/npm-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[Deprecated] npm docker builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages