mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docker build fix pnpm 8.9.0
This commit is contained in:
parent
4c58a46b43
commit
eaea6ca2e8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN apk --no-cache add openssl ca-certificates wget && \
|
|||
|
||||
WORKDIR /opt/verdaccio-build
|
||||
COPY . .
|
||||
RUN npm -g i pnpm@latest-8 && \
|
||||
RUN npm -g i pnpm@8.9.0 && \
|
||||
pnpm config set registry $VERDACCIO_BUILD_REGISTRY && \
|
||||
pnpm install --frozen-lockfile --ignore-scripts && \
|
||||
rm -Rf test && \
|
||||
|
|
Loading…
Reference in a new issue