Fix pipeline builds.
This commit is contained in:
parent
9e8f21ff68
commit
02401550fc
|
@ -19,6 +19,7 @@ COPY --chown=node:node package.json .
|
|||
COPY --chown=node:node api/package.json api/
|
||||
COPY --chown=node:node web/package.json web/
|
||||
COPY --chown=node:node yarn.lock .
|
||||
COPY --chown=node:node .yarn/releases/yarn-4.4.0.cjs .yarn/releases/
|
||||
|
||||
RUN mkdir -p /home/node/.yarn/berry/index
|
||||
RUN mkdir -p /home/node/.cache
|
||||
|
|
Loading…
Reference in New Issue
Block a user