Skip to content

Minimal docker container to build or install npm packages in a linux environment

License

Notifications You must be signed in to change notification settings

rafakato/alpine-node-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

alpine-node-build

Built using mhart/alpine-node:6 to install and build dependencies for NodeJS(if need other versions let me know)

Example

$ cd /path/to/YourNodeJSApp
$ docker run --rm -v $(pwd):/app -it rafakato/alpine-node-build sh -c 'cd /app && npm install'

About

Minimal docker container to build or install npm packages in a linux environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published