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

ci: add patch-package to docker build

parent 491d63ce
...@@ -10,6 +10,7 @@ WORKDIR /wiki ...@@ -10,6 +10,7 @@ WORKDIR /wiki
COPY ./package.json ./package.json COPY ./package.json ./package.json
RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000 RUN yarn --production --frozen-lockfile --non-interactive --network-timeout 100000
RUN yarn patch-package
# =============== # ===============
# --- Release --- # --- Release ---
......
...@@ -19,6 +19,7 @@ RUN yarn --frozen-lockfile --non-interactive ...@@ -19,6 +19,7 @@ RUN yarn --frozen-lockfile --non-interactive
RUN yarn build RUN yarn build
RUN rm -rf /wiki/node_modules RUN rm -rf /wiki/node_modules
RUN yarn --production --frozen-lockfile --non-interactive RUN yarn --production --frozen-lockfile --non-interactive
RUN yarn patch-package
# =============== # ===============
# --- Release --- # --- Release ---
......
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