test: refs #6695 e2e better build front image
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-06 09:30:14 +01:00
parent b07ff84f19
commit cd69cf5b54
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -120,7 +120,7 @@ pipeline {
}
stage('Frontend') {
steps {
sh 'docker build -f docker-compose.e2e.yml -t front'
sh 'docker build -f Dockerfile.e2e -t front'
// sh 'docker-compose -f docker-compose.e2e.yml build'
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
}