Update5
This commit is contained in:
@@ -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 .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user