Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1028 from DFE-Digital/force-yarn-lock
Browse files Browse the repository at this point in the history
Add --frozen-lockfile to docker image yarn install
  • Loading branch information
aliuk2012 authored Apr 21, 2020
2 parents 68fe738 + 7f780ca commit fb18a53
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 @@ -21,7 +21,7 @@ RUN apk add --update --no-cache --virtual build-dependances \

ADD package.json $APP_HOME/package.json
ADD yarn.lock $APP_HOME/yarn.lock
RUN yarn
RUN yarn install --frozen-lockfile

ADD . $APP_HOME/

Expand Down

0 comments on commit fb18a53

Please sign in to comment.