feat: refs #6695 run front

This commit is contained in:
Alex Moreno 2024-10-21 11:36:22 +02:00
parent c3fa4839c0
commit 358c624511
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -115,7 +115,7 @@ pipeline {
// sh 'cd front'
// sh '# export VERSION=e2e-try'
// sh 'docker build -f salix/back/Dockerfile -t back ./salix'
sh 'docker-compose -f docker-compose.e2e.yml up front --build'
sh 'docker-compose -f docker-compose.e2e.yml up -d --build front'
// sh 'pnpm i @verdnatura/myt'
// sh 'cd salix && npx myt run -t --ci -d -n front_default'
// // sh 'docker-compose -f docker-compose.e2e.yml up --build db'