chore: update yarn version
This commit is contained in:
parent
12856ea616
commit
e9c936f819
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ FROM node:22-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02
|
|||
FROM base AS deps
|
||||
|
||||
WORKDIR /app
|
||||
RUN corepack enable
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
|
@ -11,6 +12,7 @@ RUN yarn install --frozen-lockfile
|
|||
FROM base AS builder
|
||||
|
||||
WORKDIR /app
|
||||
RUN corepack enable
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
|
|
|
@ -42,5 +42,5 @@
|
|||
"tw-animate-css": "1.2.9",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
|
||||
"packageManager": "yarn@4.9.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue