This commit is contained in:
Ionel Andrei Cataon
2026-02-12 17:11:59 +02:00
parent 9d8d3bacc2
commit 84fe05d110
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ pipeline {
steps {
script {
dir('project2') {
sh "docker build -t quotes-app ."
sh "docker build --no-cache -t quotes-app ."
echo "🔍 Verificăm sintaxa codului..."
sh "docker run --rm quotes-app python -m py_compile famousquotes.py"
}