Fixed docker file

This commit is contained in:
2024-10-02 23:46:50 +02:00
parent c78d9aade6
commit 06c9e38b23

View File

@@ -4,6 +4,7 @@ WORKDIR /cache
COPY package.json . COPY package.json .
COPY pnpm-lock.yaml . COPY pnpm-lock.yaml .
COPY patches ./patches
RUN corepack enable RUN corepack enable
RUN pnpm install RUN pnpm install