This commit is contained in:
Ionel Andrei Cataon
2026-02-12 14:56:06 +02:00
parent e917af1300
commit 8a2e2de0dc

View File

@@ -13,7 +13,7 @@ pipeline {
steps {
script {
// Construim imaginea și îi dăm un nume (tag)
sh 'docker build -f Dockerfile.jenkins -t web-checker-app .'
sh 'cd project1 && docker build -f Dockerfile.jenkins -t web-checker-app .'
}
}
}