fix:更新启动端口

This commit is contained in:
2025-07-27 09:22:29 +08:00
parent 144e848a37
commit b895ec2328
2 changed files with 3 additions and 3 deletions
Vendored
+2 -2
View File
@@ -3,8 +3,8 @@ pipeline {
environment {
IMAGE_NAME = 'lpt-fe:0.0'
CONTAINER_NAME = 'LPT_FE'
HOST_PORT = '8080'
CONTAINER_PORT = '80'
HOST_PORT = '5158'
CONTAINER_PORT = '5158'
}
stages {
stage('Install Dependencies') {