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

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