Compare commits

..

1 commit

Author SHA1 Message Date
762a2c2636
chore: update yarn version
Some checks failed
container-scan / Container Scan (pull_request) Failing after 22s
docker-build / docker (pull_request) Failing after 2m11s
2025-05-11 23:18:31 +02:00

View file

@ -5,7 +5,7 @@ FROM base AS deps
WORKDIR /app
RUN corepack enable
COPY package.json yarn.lock .yarnrc.yml ./
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
# ----- Build -----