diff --git a/Dockerfile.e2e b/Dockerfile.e2e index f4c90ef6da..4cf68e47b6 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -38,9 +38,9 @@ COPY \ # pnpm install cypress && \ # npx cypress install -RUN pnpm install --frozen-lockfile --prefer-offline && \ - pnpx cypress install && \ - pnpm store prune +RUN pnpm install --prefer-offline && \ + pnpm install cypress && \ + pnpx cypress install COPY \ quasar.config.js \