Skip to content

Commit 9d37841

Browse files
committed
chore: dockerfile
1 parent 0c09cc0 commit 9d37841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

33
# Install pnpm directly (faster than corepack)
44
RUN npm install -g bun
55

66
WORKDIR /app
7-
COPY package*.json bun.lock ./
7+
COPY package*.json ./
88
RUN node --max-old-space-size=8000
99
COPY . .
1010

0 commit comments

Comments
 (0)