Skip to content

Commit

Permalink
Merge pull request #38 from etherspot/fix-docker-build
Browse files Browse the repository at this point in the history
set lerna version in Dockerfile
  • Loading branch information
0xSulpiride authored Jun 9, 2023
2 parents e8b6d6c + 016bb53 commit 19ff75e
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 19ff75e

Please sign in to comment.