Alpine container for installing/building node applications
1.6K
Alpine container for building native node applications
Main
base
I use it in my CI to install packages in via a shared volume
Based on mhart/alpine-node
NODE_TOKEN env is used for npm by default
Preventing the need for these applications to be installed in the final container.
To use on the current directory run like this
docker run -it --volume "$(pwd):/install" corbinu/alpine-node-builder /bin/sh
Content type
Image
Digest
Size
116.1 MB
Last updated
over 7 years ago
docker pull corbinu/alpine-node-builder