fix(docker): copy patches prior to installing dependencies so that the installation actually works
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-06-16 20:35:08 +02:00
parent 80772f7578
commit 35de8a40d8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ ENV PNPM_CACHE_FOLDER .cache/pnpm/
COPY package.json ./
COPY pnpm-lock.yaml ./
COPY patches ./patches/
RUN if [ "$USE_RELEASE" != true ]; then \
# https://pnpm.io/installation#using-corepack