This commit is contained in:
Ionel Andrei Cataon
2026-02-12 15:39:15 +02:00
parent ee532cdeff
commit 712c7e4932

View File

@@ -14,7 +14,7 @@ pipeline {
stage('Build Docker Image') {
steps {
script {
sh 'cd project2 && docker build -t famousquotes-app .'
sh 'docker build -t famousquotes-app .'
}
}
}