Skip to content

Commit

Permalink
ci: fix missing patches folder in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Aug 10, 2023
1 parent cae50a7 commit eb91563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/build-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apk add yarn g++ make cmake python3 --no-cache
WORKDIR /wiki

COPY ./package.json ./package.json
COPY ./patches ./patches

RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000
RUN yarn patch-package
Expand Down
1 change: 1 addition & 0 deletions dev/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /wiki

COPY ./client ./client
COPY ./dev ./dev
COPY ./patches ./patches
COPY ./package.json ./package.json
COPY ./.babelrc ./.babelrc
COPY ./.eslintignore ./.eslintignore
Expand Down

0 comments on commit eb91563

Please sign in to comment.