Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #267 from DFE-Digital/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 committed Apr 22, 2020
2 parents 3827a7f + 971ac37 commit 748286c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -20,7 +20,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 748286c

Please sign in to comment.