Skip to content

Commit 5a3f2d6

Browse files
committed
update node & use corepack
1 parent 713138a commit 5a3f2d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM node:20-alpine
1+
FROM node:24-alpine
22

33
WORKDIR /app
44
RUN echo -e "update-notifier=false\nloglevel=error\nnode-linker=hoisted" > ~/.npmrc
5-
RUN npm install --no-save pnpm
5+
RUN corepack enable
66
COPY package.json pnpm-lock.yaml ./
77
RUN npx pnpm install --frozen-lockfile
88
COPY . .

0 commit comments

Comments
 (0)