diff --git a/Dockerfile.e2e b/Dockerfile.e2e index c7112c576..4cf68e47b 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -32,11 +32,15 @@ COPY \ pnpm-lock.yaml \ ./ -RUN if [ ! -d "node_modules" ]; then \ - pnpm install; \ - fi && \ +# RUN if [ ! -d "node_modules" ]; then \ +# pnpm install; \ +# fi && \ +# pnpm install cypress && \ +# npx cypress install + +RUN pnpm install --prefer-offline && \ pnpm install cypress && \ - npx cypress install + pnpx cypress install COPY \ quasar.config.js \