diff --git a/Dockerfile b/Dockerfile index 5892f8c9d..d4212ea60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /opt/verdaccio-build COPY . . RUN npm -g i pnpm@latest-8 && \ pnpm config set registry $VERDACCIO_BUILD_REGISTRY && \ - pnpm recursive install --frozen-lockfile --ignore-scripts && \ + pnpm install --frozen-lockfile --ignore-scripts && \ rm -Rf test && \ pnpm run build && \ pnpm install -P