Sign inSign up

cubyn/node

By cubyn

Updated over 4 years ago

Node.js base container /w Yarn (no npm)

Image
3

100K+

cubyn/node repository overview

docker-node

Cubyn base docker container for Node.js, with yarn

The image is based on mhart/alpine-node and image size is 60MB

build

Tag can be 7, 7.5 or latest.

Un-comment or change the FROM statement in the Dockerfile before launching the build:

docker build -t cubyn/node:{tag} .

sample usage

FROM cubyn/node:latest
COPY package.json package.json
COPY yarn.lock yarn.lock
RUN yarn install --production
COPY src src
ENTRYPOINT node --harmony-async-await src

Tag summary

Content type

Image

Digest

Size

207.4 MB

Last updated

over 4 years ago

docker pull cubyn/node:wkhtml-ci-8