mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update Dockerfile
This commit is contained in:
parent
8cb815ac23
commit
a091bc3c4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue