diff --git a/Dockerfile b/Dockerfile index 58a0b3c7a..3fd2e377b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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