diff --git a/Jenkinsfile b/Jenkinsfile index 44a61f6..57e3714 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('Docker Compose 发布') { steps { - sh 'docker compose up -d --build' + sh 'docker compose up --build -d' } } }