Skip to content

Commit 19ff75e

Browse files
authored
Merge pull request #38 from etherspot/fix-docker-build
set lerna version in Dockerfile
2 parents e8b6d6c + 016bb53 commit 19ff75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
1616
COPY --from=build_src /usr/app .
1717

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

2121
FROM node:18-alpine
2222
WORKDIR /usr/app

0 commit comments

Comments
 (0)