Skip to content

Commit 743b8ec

Browse files
committed
fix: fix pnpm rules by copying workspace earlier in dockerfile
1 parent acde783 commit 743b8ec

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
@@ -5,7 +5,7 @@ FROM base AS deps
55
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
66
RUN apk add --no-cache libc6-compat
77
WORKDIR /app
8-
COPY package.json pnpm-lock.yaml ./
8+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
99
COPY patches ./patches/
1010

1111
RUN npm i -g pnpm@11.2.2

0 commit comments

Comments
 (0)