Skip to content

Commit 9ef811b

Browse files
committed
build: add package lock file
1 parent 69236f2 commit 9ef811b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM node:18-alpine as build
33
WORKDIR /app
44

55
COPY package.json /app
6+
COPY package-lock.json /app
67

78
RUN npm ci
89

0 commit comments

Comments
 (0)