Skip to content

Commit 65c5031

Browse files
committed
frozen-lockfile
1 parent cd6c531 commit 65c5031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:14 as builder
33
COPY package.json .
44
COPY yarn.lock .
55

6-
RUN yarn install
6+
RUN yarn install --frozen-lockfile
77

88
COPY . .
99

0 commit comments

Comments
 (0)