From f346253f365ac4213cfcb364ba857dd0cd31f15c Mon Sep 17 00:00:00 2001 From: surtexx <91895868+surtexx@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:15:08 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2cc059970..26f972308 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline{ stage ("Build Docker Image") { steps { script{ - app = docker.build("surtexx/mr:${GIT_COMMIT}", "-f Dockerfile2 .") + app = docker.build("surtexx/mr:${GIT_COMMIT}", "-f Dockerfile1 .") app.inside{ sh 'echo $(curl localhostt:8080)' }