We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde783 commit 743b8ecCopy full SHA for 743b8ec
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ FROM base AS deps
5
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
6
RUN apk add --no-cache libc6-compat
7
WORKDIR /app
8
-COPY package.json pnpm-lock.yaml ./
+COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
9
COPY patches ./patches/
10
11
RUN npm i -g pnpm@11.2.2
0 commit comments