Skip to content
Snippets Groups Projects
Unverified Commit eb91563a authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub
Browse files

ci: fix missing patches folder in docker images

parent cae50a70
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment