Actualiser Jenkinsfile
This commit is contained in:
parent
268499048f
commit
36449a49dc
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -27,10 +27,8 @@ pipeline {
|
|||
|
||||
stage('Build Docker image') {
|
||||
steps {
|
||||
echo "🐳 Construction de l’image Docker..."
|
||||
sh '''
|
||||
docker build -t ${APP_NAME}:latest .
|
||||
'''
|
||||
echo "🐳 Construction de l’image Docker backend..."
|
||||
sh 'docker build -t ${APP_NAME}:latest .'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user