fix: jenkinsfile, again

This commit is contained in:
Araozu 2024-10-06 21:01:21 -05:00
parent 0bc04bfb9d
commit 7ad74dae8a

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
steps { steps {
dir('docker') { dir('docker') {
sh 'docker compose stop || true' sh 'docker compose stop || true'
sh 'docker compose up --build -d' sh 'docker compose up --force-recreate -d'
} }
} }
} }