Browse Source
ci: add patch-package to docker build
pull/6682/head
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
|
|
@ -10,6 +10,7 @@ WORKDIR /wiki |
|
|
|
COPY ./package.json ./package.json |
|
|
|
|
|
|
|
RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000 |
|
|
|
RUN yarn patch-package |
|
|
|
|
|
|
|
# =============== |
|
|
|
# --- Release --- |
|
|
|
|
|
@ -19,6 +19,7 @@ RUN yarn --frozen-lockfile --non-interactive |
|
|
|
RUN yarn build |
|
|
|
RUN rm -rf /wiki/node_modules |
|
|
|
RUN yarn --production --frozen-lockfile --non-interactive |
|
|
|
RUN yarn patch-package |
|
|
|
|
|
|
|
# =============== |
|
|
|
# --- Release --- |
|
|
|