diff --git a/Dockerfile b/Dockerfile index 7863a879b..4e49f33db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ ./