fix: jenkins 7

This commit is contained in:
Araozu 2024-10-06 21:51:45 -05:00
parent 29513a0a7f
commit a906c3bedc

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
stage('Profit') {
steps {
dir('docker') {
sh 'docker-compose stop || true'
sh 'docker-compose down || true'
sh 'docker-compose up -d --build'
}
}