mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix: fix docker build failure due breaking changes in yarn
This commit is contained in:
parent
e1c98921d5
commit
c62e90f50b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ADD . $APPDIR
|
|||
ENV NODE_ENV=production
|
||||
|
||||
RUN npm config set registry http://registry.npmjs.org/ && \
|
||||
npm install -g -s --no-progress yarn --pure-lockfile && \
|
||||
npm install -g -s --no-progress yarn@0.28.4 --pure-lockfile && \
|
||||
yarn install --production=false && \
|
||||
yarn run build:webui && \
|
||||
yarn cache clean && \
|
||||
|
|
Loading…
Reference in a new issue