mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-20 21:33:55 -07:00
ci: fix yarn v3 in ci
This commit is contained in:
parent
838220520a
commit
838cf4a567
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ ENV INLINE_RUNTIME_CHUNK=false
|
|||
ENV GENERATE_SOURCEMAP=false
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json /app
|
||||
COPY .yarnrc.yml /app/.yarnrc.yml
|
||||
COPY .yarn /app/.yarn
|
||||
|
||||
|
@ -20,6 +21,7 @@ WORKDIR /app/frontend/build
|
|||
COPY --from=frontend-build /app/frontend/build /app/frontend/build/
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json /app
|
||||
COPY .yarnrc.yml /app/.yarnrc.yml
|
||||
COPY .yarn /app/.yarn
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue