0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

build: update Docker to node 9.2.0

This commit is contained in:
Juan Picado @jotadeveloper 2017-12-08 12:53:47 +01:00 committed by juanpicado
parent 275dca11e1
commit d1a02d7388

View file

@ -1,4 +1,4 @@
FROM node:8.9.0-alpine
FROM node:9.2.0-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"
RUN apk --no-cache add openssl && \
@ -23,7 +23,7 @@ RUN npm config set registry http://registry.npmjs.org/ && \
npm install -g -s flow-bin@0.60.0 && \
yarn install --production=false && \
yarn run lint && \
yarn run test && \
yarn run test -- --silent true --coverage false --bail && \
yarn run code:build && \
yarn run build:webui && \
yarn cache clean && \