This image is customized by CICube on top of node-alpine.
158
A lightweight, customized Docker image based on the official node:alpine image, designed for seamless Node.js applications. This image includes minor enhancements and documentation for better usability.
node:alpine for minimal footprint./app directory with a descriptive README.md.docker pull cicube/node:latest
docker run -it --rm cicube/node sh
FROM cicube/node:latest
WORKDIR /app
COPY . .
CMD ["npm", "start"]
Join our Slack channel for real-time support, discussions, and collaboration:
Content type
Image
Digest
sha256:4ab99de21β¦
Size
53.5 MB
Last updated
over 1 year ago
docker pull cicube/node