Skip to content

Commit

Permalink
frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Feb 9, 2021
1 parent cd6c531 commit 65c5031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:14 as builder
COPY package.json .
COPY yarn.lock .

RUN yarn install
RUN yarn install --frozen-lockfile

COPY . .

Expand Down

0 comments on commit 65c5031

Please sign in to comment.