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 18acc94 commit a3ec92bCopy full SHA for a3ec92b
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 patches ./
9
10
# Whether to skip TSC and Eslint Checks
11
ARG SKIP_CHECKS
0 commit comments