build(yarn): migrate to yarn v2

This commit is contained in:
dec0dOS 2021-08-24 14:13:09 +03:00
commit 9fd2daf31c
8 changed files with 36057 additions and 15561 deletions

View file

@ -3,7 +3,7 @@ FROM node:current-alpine as build-stage
ENV INLINE_RUNTIME_CHUNK=false
ENV GENERATE_SOURCEMAP=false
RUN yarn config set registry https://registry.npmjs.org
RUN yarn set version berry
WORKDIR /app/frontend
COPY ./frontend/package*.json /app/frontend