fix(docker): copy patches prior to installing dependencies so that the installation actually works
This commit is contained in:
@ -13,6 +13,7 @@ ENV PNPM_CACHE_FOLDER .cache/pnpm/
|
|||||||
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY pnpm-lock.yaml ./
|
COPY pnpm-lock.yaml ./
|
||||||
|
COPY patches ./patches/
|
||||||
|
|
||||||
RUN if [ "$USE_RELEASE" != true ]; then \
|
RUN if [ "$USE_RELEASE" != true ]; then \
|
||||||
# https://pnpm.io/installation#using-corepack
|
# https://pnpm.io/installation#using-corepack
|
||||||
|
Reference in New Issue
Block a user