diff --git a/Jenkinsfile b/Jenkinsfile index 5c4a203..6c87a85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { dir('docker') { sh 'docker compose stop || true' - sh 'docker compose up --build -d' + sh 'docker compose up --force-recreate -d' } } }