formation 3 anni fa
parent
commit
c71d150428
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -153,6 +153,7 @@ node{
     stage('Build Docker MEAN Stack(PreProduction Deployment)') 
     {
         sh 'docker-compose -v'
+        sh 'docker-compose stop'
         sh 'docker-compose build'
         sh 'docker-compose up -d'
     }