diff --git a/Jenkinsfile b/Jenkinsfile index d9f772a02..49b87956a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -128,8 +128,9 @@ pipeline { } stage('Frontend') { steps { - sh 'docker-compose -f docker-compose.e2e.yml build front' - // sh 'docker-compose -f docker-compose.e2e.yml up -d front' + sh 'docker build -f ./Dockerfile.e2e -t front .' + // sh 'docker-compose -f docker-compose.e2e.yml up -d --build front' + } } // stage('Build Cypress') {