Skip to content

Commit 3f40e7b

Browse files
committed
build(image): dont copy lerna.json
1 parent 8c71f3c commit 3f40e7b

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
@@ -2,7 +2,7 @@ FROM node:24-slim AS prepare
22
WORKDIR /app
33

44
COPY packages ./packages
5-
COPY package.json yarn.lock .yarnrc.yml lerna.json /prepared/
5+
COPY package.json yarn.lock .yarnrc.yml /prepared/
66
COPY .yarn /prepared/.yarn
77

88
RUN find packages -maxdepth 2 -mindepth 2 -name package.json -exec dirname /prepared/'{}' ';' | xargs mkdir -p && \

0 commit comments

Comments
 (0)