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
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
d02f4d0d8f
commit
fc6eb49a07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue