https://github.com/kanocomputing/docker-node-gyp
Set of dockerfile for images with nodejs and the dependencies to build native modules using node-gyp
https://github.com/kanocomputing/docker-node-gyp
Last synced: 3 months ago
JSON representation
Set of dockerfile for images with nodejs and the dependencies to build native modules using node-gyp
- Host: GitHub
- URL: https://github.com/kanocomputing/docker-node-gyp
- Owner: KanoComputing
- Created: 2019-03-06T14:40:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T14:43:37.000Z (about 7 years ago)
- Last Synced: 2025-01-13T12:46:14.341Z (over 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kanocomputing/node-gyp
Set of docker images to build native node modules
## Building
Move to the desired nodejs version directory then run:
```
docker build . -t kanocomputing/node-gyp:
```
## Pushing
Once you built a new image (for a new node version for example)
```
docker push kanocomputing/node-gyp:
```