Unverified Commit eb91563a authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: fix missing patches folder in docker images

parent cae50a70
...@@ -8,6 +8,7 @@ RUN apk add yarn g++ make cmake python3 --no-cache ...@@ -8,6 +8,7 @@ RUN apk add yarn g++ make cmake python3 --no-cache
WORKDIR /wiki WORKDIR /wiki
COPY ./package.json ./package.json COPY ./package.json ./package.json
COPY ./patches ./patches
RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000 RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000
RUN yarn patch-package RUN yarn patch-package
......
...@@ -9,6 +9,7 @@ WORKDIR /wiki ...@@ -9,6 +9,7 @@ WORKDIR /wiki
COPY ./client ./client COPY ./client ./client
COPY ./dev ./dev COPY ./dev ./dev
COPY ./patches ./patches
COPY ./package.json ./package.json COPY ./package.json ./package.json
COPY ./.babelrc ./.babelrc COPY ./.babelrc ./.babelrc
COPY ./.eslintignore ./.eslintignore COPY ./.eslintignore ./.eslintignore
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment