From 43038e90c04f063b5cf01803249e9872fdf24a5b Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Tue, 30 Sep 2025 12:05:23 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index f2eb1a6..33cacfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,6 +56,7 @@ pipeline { --health-cmd="curl -f http://localhost:80 || exit 1" \\ --health-interval=5s \\ --health-retries=3 \\ + --restart=always $IMAGE_NAME ''' }