diff --git a/Jenkinsfile b/Jenkinsfile index 6c87a85..4322d81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,8 +22,8 @@ pipeline { stage('Profit') { steps { dir('docker') { - sh 'docker compose stop || true' - sh 'docker compose up --force-recreate -d' + sh 'docker-compose stop || true' + sh 'docker-compose up -d --build' } } }