diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 4cf68e47b6..6e4a4798c8 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -40,7 +40,7 @@ COPY \ RUN pnpm install --prefer-offline && \ pnpm install cypress && \ - pnpx cypress install + npx cypress install COPY \ quasar.config.js \