diff --git a/Jenkinsfile b/Jenkinsfile index ed3d4587426..044f0769e60 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }