Sign inSign up

atomcream/node

By atomcream

Updated about 7 years ago

This package based on official NodeJS image and adds some tools for web dev

Image
0

4.4K

atomcream/node repository overview

NodeJS web image

General info

Docker image with Node.

This image contains the stable version of Node (9.5) and the following things:

Usage

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.

Licence

Check it out.

Tag summary

Content type

Image

Digest

Size

339.6 MB

Last updated

about 7 years ago

docker pull atomcream/node