Compare commits

..

1 commit

Author SHA1 Message Date
5496f232d9
chore: update yarn version
All checks were successful
container-scan / Container Scan (pull_request) Successful in 1m50s
docker-build / docker (pull_request) Successful in 4m21s
2025-05-11 23:22:29 +02:00

View file

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