From b51a57b57fe35cf7bac3b879acd3c5bdccfe0b14 Mon Sep 17 00:00:00 2001 From: guo <1716967236@qq.com> Date: Sun, 26 Oct 2025 13:36:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(N/A):=E9=85=8D=E7=BD=AEprod=E7=9A=84?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=AB=AF=E5=8F=A3?= 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 2f868d6..d0cf43f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { IMAGE_NAME = 'lpt-fe:0.0' CONTAINER_NAME = 'LPT_FE' - HOST_PORT = '5158' + HOST_PORT = '8157' CONTAINER_PORT = '80' } stages {