From 6af9f5b87d9ab830d943478f8a1a20b9fda1ad25 Mon Sep 17 00:00:00 2001 From: vinnimous Date: Mon, 18 Mar 2024 17:15:43 -0400 Subject: [PATCH] Changes to be committed: modified: Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c479e58..c3233a4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { } stage('Building our image') { steps { - sh "docker build . -t vinnimous/privategpt:latest" + sh "docker build -f Dockerfile.local -t vinnimous/privategpt:latest" } } stage('Login to Docker') {