fix(docker): remove COPY for deleted patches directory

This commit is contained in:
kolaente
2026-03-03 13:43:01 +01:00
parent da9cb87448
commit f34dab604c

View File

@@ -8,7 +8,6 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
ENV CYPRESS_INSTALL_BINARY=0
COPY frontend/pnpm-lock.yaml frontend/package.json frontend/.npmrc ./
COPY frontend/patches ./patches
RUN npm install -g corepack && corepack enable && \
pnpm install --frozen-lockfile
COPY frontend/ ./