Fix pipeline 3
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 9m52s
build-docker-imge / Build the docker container (pull_request) Successful in 9m13s

This commit is contained in:
Konstantin Hintermayer 2024-10-04 18:01:22 +02:00
parent 40ebf800ba
commit 79ad0c60de

View File

@ -83,6 +83,7 @@ COPY --chown=node:node .yarnrc.yml .
COPY --chown=node:node package.json .
COPY --chown=node:node api/package.json api/
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