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