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