Skip to content

Commit 4c9dd38

Browse files
committed
added back package lock
1 parent d1901d0 commit 4c9dd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20-alpine AS deps
33
RUN apk add --no-cache libc6-compat
44
WORKDIR /app
55

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

99
# Stage 2: Builder

0 commit comments

Comments
 (0)