diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index ed81ee1884b..8058551f6f4 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -35,7 +35,7 @@ services: dockerfile: ./test/cypress/Dockerfile command: sh -c "pnpm install --frozen-lockfile && pnpm exec cypress install" volumes: - - .:/app + - ./node_modules:/app/node_modules vn-database: image: alexmorenovn/vn_db:latest # ports: