This package based on official NodeJS image and adds some tools for web dev
4.4K
Docker image with Node.
This image contains the stable version of Node (9.5) and the following things:
FROM atomcream/node:9.5
COPY package*.json ./
RUN npm i
# build and copy packages in order not to miss (cache) anything
COPY . .
The GitLab repo is https://gl.atomcream.com/boilerplates/docker-hub/node.
Content type
Image
Digest
Size
339.6 MB
Last updated
about 7 years ago
docker pull atomcream/node