This commit is contained in:
Ionel Andrei Cataon
2026-02-12 14:53:26 +02:00
parent 7960479684
commit e917af1300
2 changed files with 1 additions and 1 deletions

View File

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