ci: fix missing patches folder in docker images
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user