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') {