This commit is contained in:
Ionel Andrei Cataon
2026-02-12 14:58:15 +02:00
parent 8a2e2de0dc
commit e464c1ade7

View File

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