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