0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore: no lock file on docker

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-04 08:42:51 +01:00
parent 3ea04b22fb
commit cba68431f7
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -13,12 +13,12 @@ WORKDIR /opt/verdaccio-build
COPY . .
RUN yarn config set registry $VERDACCIO_BUILD_REGISTRY && \
yarn install --production=false --pure-lockfile && \
yarn install --production=false --no-lockfile && \
yarn lint && \
yarn code:docker-build && \
yarn build:webui && \
yarn cache clean && \
yarn install --production=true --pure-lockfile
yarn install --production=true --no-lockfile