Skip to content

Commit

Permalink
match yarn commands to other build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 25, 2024
1 parent fd3a887 commit ee1b4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build.yarn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY package.json .

RUN yarn install
RUN yarn

COPY *.json .

Expand Down

0 comments on commit ee1b4fa

Please sign in to comment.