Skip to content

Commit 4cd0a3b

Browse files
committed
fix: Apply patch-package explicitly after npm ci
1 parent 55a3011 commit 4cd0a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ WORKDIR /evolution
1212
COPY ./package*.json ./
1313
COPY ./tsconfig.json ./
1414
COPY ./tsup.config.ts ./
15+
COPY ./patches ./patches
1516

1617
RUN npm ci --silent
1718

19+
RUN npx patch-package
20+
1821
COPY ./src ./src
1922
COPY ./public ./public
2023
COPY ./prisma ./prisma

0 commit comments

Comments
 (0)