We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae50a7 commit eb91563Copy full SHA for eb91563
dev/build-arm/Dockerfile
@@ -8,6 +8,7 @@ RUN apk add yarn g++ make cmake python3 --no-cache
8
WORKDIR /wiki
9
10
COPY ./package.json ./package.json
11
+COPY ./patches ./patches
12
13
RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000
14
RUN yarn patch-package
dev/build/Dockerfile
@@ -9,6 +9,7 @@ WORKDIR /wiki
COPY ./client ./client
COPY ./dev ./dev
COPY ./.babelrc ./.babelrc
15
COPY ./.eslintignore ./.eslintignore
0 commit comments