From 9e929eee4304c87f6eb03395daf19456b88b4e17 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Tue, 30 Sep 2025 12:08:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(11):=E9=85=8D=E7=BD=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E9=87=8D=E5=90=AF=E6=97=B6=EF=BC=8C=E5=AE=B9=E5=99=A8=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 33cacfc..2f868d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ pipeline { --health-cmd="curl -f http://localhost:80 || exit 1" \\ --health-interval=5s \\ --health-retries=3 \\ - --restart=always + --restart=always \\ $IMAGE_NAME ''' }