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

refactor: dockerfile fix typo on build

This commit is contained in:
Juan Picado @jotadeveloper 2017-11-17 09:08:22 +01:00 committed by juanpicado
parent 0426281ef7
commit ceed91c1b6

View file

@ -20,8 +20,7 @@ RUN npm config set registry http://registry.npmjs.org/ && \
yarn run build:webui && \
yarn run code:build && \
yarn cache clean && \
yarn install --production=true --pure-lockfile && \
yarn run code:build
yarn install --production=true --pure-lockfile
RUN mkdir -p /verdaccio/storage /verdaccio/conf