0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Update Dockerfile

This commit is contained in:
Juan Picado 2023-04-12 22:21:08 +02:00
parent a091bc3c4e
commit aa50c2f5fa

View file

@ -16,7 +16,7 @@ RUN npm -g i pnpm@latest-8 && \
pnpm install --frozen-lockfile --ignore-scripts && \
rm -Rf test && \
pnpm run build && \
pnpm install -P
pnpm install -P --ignore-scripts
# FIXME: need to remove devDependencies from the build
# RUN pnpm install --prod --ignore-scripts