diff --git a/dev/build-arm/Dockerfile b/dev/build-arm/Dockerfile index 51ac72f5..01138056 100644 --- a/dev/build-arm/Dockerfile +++ b/dev/build-arm/Dockerfile @@ -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 diff --git a/dev/build/Dockerfile b/dev/build/Dockerfile index 027bd23b..adc5bfc7 100644 --- a/dev/build/Dockerfile +++ b/dev/build/Dockerfile @@ -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