Slim docker image for node that uses forever to manage the process
1.8K
Slim docker image for node that uses forever to manage the process
Runs npm install during build and defaults your CMD to forever start .
If you don't want to use forever to manage your process uptime, go ahead and use the urbanmassage/docker-slim-node image
** Note that 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-forever
EXPOSE 8080
Content type
Image
Digest
sha256:828c0e474…
Size
19.5 MB
Last updated
over 10 years ago
docker pull urbanmassage/docker-slim-node-forever