Skip to content

Commit

Permalink
fix(iam): install proper lerna version in Dockerfile (passportxyz#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored Jun 8, 2023
1 parent 65a46a6 commit 636e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /usr/src

COPY . .

RUN yarn global add lerna
RUN yarn global add lerna@6.6.2
RUN lerna bootstrap --ignore app

EXPOSE 80 443
Expand Down

0 comments on commit 636e07e

Please sign in to comment.