From a4eed47df629f95e2903d26fa54c4ed52ccd5998 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 6 Feb 2025 09:31:45 +0100 Subject: [PATCH] test: refs #6695 e2e better build front image --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ed3d45874..044f0769e 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' }