ci: refs #6695 update Cypress Docker setup and improve container management in Jenkinsfile
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-19 09:35:23 +01:00
parent d02f4d0d8f
commit fc6eb49a07
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml ./
# Copiar node_modules localmente si existe
COPY node_modules ./node_modules
# Instalar dependencias, pero sin reinstalar Cypress si ya existe
RUN pnpm install --frozen-lockfile && pnpm exec cypress install