Skip to content

Commit eb91563

Browse files
authored
ci: fix missing patches folder in docker images
1 parent cae50a7 commit eb91563

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/build-arm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apk add yarn g++ make cmake python3 --no-cache
88
WORKDIR /wiki
99

1010
COPY ./package.json ./package.json
11+
COPY ./patches ./patches
1112

1213
RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000
1314
RUN yarn patch-package

dev/build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ WORKDIR /wiki
99

1010
COPY ./client ./client
1111
COPY ./dev ./dev
12+
COPY ./patches ./patches
1213
COPY ./package.json ./package.json
1314
COPY ./.babelrc ./.babelrc
1415
COPY ./.eslintignore ./.eslintignore

0 commit comments

Comments
 (0)