Skip to content

Commit d06b38f

Browse files
committed
fix: dockerfile
1 parent 9134d32 commit d06b38f

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,9 +1,9 @@
1-
FROM node:18-alpine
1+
FROM node:24-alpine
22

33
RUN apk add --no-cache libc6-compat git && apk update
44
WORKDIR /app
55

6-
COPY package.json package-lock.json ./
6+
COPY package.json package-lock.json .npmrc ./
77
RUN npm ci
88

99
COPY . .

0 commit comments

Comments
 (0)