Skip to content

Commit

Permalink
set lerna version in Dockerfile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Jun 9, 2023
1 parent e8b6d6c commit 016bb53
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 @@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
COPY --from=build_src /usr/app .

RUN yarn install --non-interactive --frozen-lockfile --production --force
RUN npx lerna bootstrap --ignore-scripts -- --production --no-optional
RUN npx lerna@6.4.1 bootstrap --ignore-scripts -- --production --no-optional

FROM node:18-alpine
WORKDIR /usr/app
Expand Down

0 comments on commit 016bb53

Please sign in to comment.