An open API service indexing awesome lists of open source software.

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

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:
```