1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

chore: update flow version on Dockerimage

This commit is contained in:
Juan Picado @jotadeveloper 2018-04-09 06:44:42 +02:00
parent 88f1df62dd
commit e2affe6d6f
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

@ -19,7 +19,7 @@ ADD . $APPDIR
ENV NODE_ENV=production
RUN npm config set registry http://registry.npmjs.org/ && \
yarn global add -s flow-bin@0.52.0 && \
yarn global add -s flow-bin@0.69.0 && \
yarn install --production=false && \
yarn run lint && \
yarn run code:build && \