https://github.com/leanlabsio/npm
Node.js + npm executable docker image
https://github.com/leanlabsio/npm
Last synced: over 1 year ago
JSON representation
Node.js + npm executable docker image
- Host: GitHub
- URL: https://github.com/leanlabsio/npm
- Owner: leanlabsio
- Created: 2015-02-21T10:58:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T13:44:11.000Z (over 10 years ago)
- Last Synced: 2025-01-29T11:46:14.495Z (over 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/leanlabs/npm/
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm builder
[](https://imagelayers.io/?images=leanlabs/npm:latest 'Get your own badge on imagelayers.io')
### Usage
```bash
docker run --rm \
-v `pwd`:/`pwd` \
-v $HOME/.node-cache:/cache
-w `pwd` \
leanlabs/npm npm install
```