Slim image to install node, run "npm install" and then default to running "node ."
3.2K
Slim docker image for node
Runs npm install during build and defaults your CMD to node .
Note: this image does not support node-gyp (required for native modules) - use urbanmassage/docker-gyp-node if you need node-gyp
FROM urbanmassage/docker-slim-node
EXPOSE 8080
Content type
Image
Digest
sha256:4221b44eb…
Size
19.7 MB
Last updated
over 10 years ago
docker pull urbanmassage/docker-slim-node