mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-13 00:23:24 -07:00
ci: fix yarn v3 in ci
This commit is contained in:
parent
eae12ccc53
commit
838220520a
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@ ENV INLINE_RUNTIME_CHUNK=false
|
||||||
ENV GENERATE_SOURCEMAP=false
|
ENV GENERATE_SOURCEMAP=false
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./.yarn /app
|
COPY .yarnrc.yml /app/.yarnrc.yml
|
||||||
|
COPY .yarn /app/.yarn
|
||||||
|
|
||||||
COPY ./frontend/package*.json /app/frontend
|
COPY ./frontend/package*.json /app/frontend
|
||||||
RUN yarn workspace frontend install
|
RUN yarn workspace frontend install
|
||||||
|
@ -19,7 +20,8 @@ WORKDIR /app/frontend/build
|
||||||
COPY --from=frontend-build /app/frontend/build /app/frontend/build/
|
COPY --from=frontend-build /app/frontend/build /app/frontend/build/
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./.yarn /app
|
COPY .yarnrc.yml /app/.yarnrc.yml
|
||||||
|
COPY .yarn /app/.yarn
|
||||||
|
|
||||||
COPY ./backend/package*.json /app/backend
|
COPY ./backend/package*.json /app/backend
|
||||||
RUN yarn workspace backend install
|
RUN yarn workspace backend install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue