Skip to content

Commit

Permalink
fix(iam): install proper lerna version in Dockerfile (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed 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

11 comments on commit 636e07e

@krp831000
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good and existing

@Anderson242622
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice

@Anderson242622
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@Foyez76
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@alihandro777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@Hamo36
Copy link

@Hamo36 Hamo36 commented on 636e07e Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great

@alihandro777
Copy link

@alihandro777 alihandro777 commented on 636e07e Jun 12, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Masudsidik45
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

@Hamo36
Copy link

@Hamo36 Hamo36 commented on 636e07e Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@kah-losh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thank you

@alihandro777
Copy link

@alihandro777 alihandro777 commented on 636e07e Jun 13, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.