Skip to content

Commit

Permalink
Install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 3, 2024
1 parent f7e7308 commit a6d6a7e
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 @@ -11,6 +11,6 @@ CMD [ "test" ]
RUN dnf install -y rsync zip tar xz && dnf clean all && rm -rf /var/cache/dnf
ADD yarn.lock ./
ADD package.json ./
RUN yarn install
RUN npm install --quiet --global yarn && yarn install
ADD . .
RUN yarn run build

0 comments on commit a6d6a7e

Please sign in to comment.