From dbd48d02e44d38ffa59a4e361a36072fb8d23c70 Mon Sep 17 00:00:00 2001 From: conny890 <1220204125@zust.edu.cn> Date: Tue, 24 Jun 2025 15:19:23 +0800 Subject: [PATCH] fix: update deploy port 15020 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index edb3cab..18028e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -217,7 +217,7 @@ pipeline { # 运行新容器 docker run -d --name ${containerName} \\ - -p ${deployPort}:15020 \\ + -p ${deployPort}:8080 \\ --restart unless-stopped \\ -e SPRING_PROFILES_ACTIVE=${springProfile} \\ -e JAVA_OPTS="-Xms256m -Xmx512m" \\