Skip to content

Commit d868f91

Browse files
committed
build: copy yarn.lock
1 parent db3e428 commit d868f91

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:18-alpine as build
33
WORKDIR /app
44

55
COPY package.json /app
6-
COPY package-lock.json /app
6+
COPY yarn.lock /app
77

88
RUN yarn install
99

0 commit comments

Comments
 (0)