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