Changes to be committed:

modified:   Jenkinsfile
This commit is contained in:
vinnimous
2024-03-18 17:18:16 -04:00
parent 6af9f5b87d
commit aace6b0aa5

2
Jenkinsfile vendored
View File

@@ -22,7 +22,7 @@ pipeline {
} }
stage('Building our image') { stage('Building our image') {
steps { steps {
sh "docker build -f Dockerfile.local -t vinnimous/privategpt:latest" sh "docker build -f Dockerfile.local -t vinnimous/privategpt:latest ."
} }
} }
stage('Login to Docker') { stage('Login to Docker') {