Fix pipelines 2
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 5m40s
build-docker-imge / Build the docker container (pull_request) Has been cancelled

This commit is contained in:
Konstantin Hintermayer 2024-10-04 17:53:07 +02:00
parent 92e50df61f
commit 40ebf800ba

View File

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