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:31:45 +01:00
parent cd69cf5b54
commit a4eed47df6
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 Dockerfile.e2e -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'
}