diff --git a/Jenkinsfile b/Jenkinsfile index 4e04be1cee..ed3d458742 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }