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

This commit is contained in:
Dominik 2025-05-11 23:12:55 +02:00
parent 12856ea616
commit 5496f232d9
Signed by: dominik
GPG key ID: 06A4003FC5049644
4 changed files with 5779 additions and 3722 deletions

1
.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
nodeLinker: node-modules

View file

@ -4,13 +4,15 @@ FROM node:22-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02
FROM base AS deps FROM base AS deps
WORKDIR /app WORKDIR /app
COPY package.json yarn.lock ./ RUN corepack enable
COPY package.json yarn.lock .yarnrc.yml ./
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile
# ----- Build ----- # ----- Build -----
FROM base AS builder FROM base AS builder
WORKDIR /app WORKDIR /app
RUN corepack enable
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
RUN yarn build RUN yarn build

View file

@ -42,5 +42,5 @@
"tw-animate-css": "1.2.9", "tw-animate-css": "1.2.9",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" "packageManager": "yarn@4.9.1"
} }

9494
yarn.lock

File diff suppressed because it is too large Load diff