Actualiser Jenkinsfile

This commit is contained in:
wkadmin 2025-10-30 13:45:25 +00:00
parent 268499048f
commit 36449a49dc

6
Jenkinsfile vendored
View File

@ -27,10 +27,8 @@ pipeline {
stage('Build Docker image') {
steps {
echo "🐳 Construction de limage Docker..."
sh '''
docker build -t ${APP_NAME}:latest .
'''
echo "🐳 Construction de limage Docker backend..."
sh 'docker build -t ${APP_NAME}:latest .'
}
}