Skip to content

Commit a3ec92b

Browse files
committed
build: fix build by copying patches directory
1 parent 18acc94 commit a3ec92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 patches ./
99

1010
# Whether to skip TSC and Eslint Checks
1111
ARG SKIP_CHECKS

0 commit comments

Comments
 (0)