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
a091bc3c4e
commit
aa50c2f5fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue