From b0f9a647e1941cc26de612b2b112a93ae62a3516 Mon Sep 17 00:00:00 2001 From: changjunqiang <344656718@qq.com> Date: Thu, 18 Jun 2026 00:00:26 +0800 Subject: [PATCH] --build -d --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } }