Cubyn base docker container for Node.js, with yarn
The image is based on mhart/alpine-node and image size is 60MB
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} .
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
Content type
Image
Digest
Size
207.4 MB
Last updated
over 4 years ago
docker pull cubyn/node:wkhtml-ci-8