Browse Source
ci: fix missing patches folder in docker images
pull/6682/head
v2.5.300
Nicolas Giard
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
dev/build-arm/Dockerfile
-
dev/build/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 |
|
|
|
|
|
@ -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 |
|
|
|