mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
refactor: dockerfile fix typo on build
This commit is contained in:
parent
0426281ef7
commit
ceed91c1b6
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ RUN npm config set registry http://registry.npmjs.org/ && \
|
|||
yarn run build:webui && \
|
||||
yarn run code:build && \
|
||||
yarn cache clean && \
|
||||
yarn install --production=true --pure-lockfile && \
|
||||
yarn run code:build
|
||||
yarn install --production=true --pure-lockfile
|
||||
|
||||
RUN mkdir -p /verdaccio/storage /verdaccio/conf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue