From d09849a41c74bc0f21b89bbf5440fe9294bae010 Mon Sep 17 00:00:00 2001 From: guo <1716967236@qq.com> Date: Sun, 26 Oct 2025 14:10:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(N/A):=E9=85=8D=E7=BD=AEdev=E7=9A=84?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile-dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-dev b/Jenkinsfile-dev index 9469227..0d6e1b3 100644 --- a/Jenkinsfile-dev +++ b/Jenkinsfile-dev @@ -1,8 +1,8 @@ pipeline { agent none // 全局不指定,局部单独声明 environment { - IMAGE_NAME = 'lpt-fe:0.0' - CONTAINER_NAME = 'LPT_FE' + IMAGE_NAME = 'lpt-fe-dev:0.0' + CONTAINER_NAME = 'LPT_FE-dev' HOST_PORT = '8155' CONTAINER_PORT = '80' }