feat(N/A):配置prod的运行端口

This commit is contained in:
guo
2025-10-26 13:36:47 +08:00
parent b5e1ae0f6f
commit b51a57b57f
Vendored
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
environment { environment {
IMAGE_NAME = 'lpt-fe:0.0' IMAGE_NAME = 'lpt-fe:0.0'
CONTAINER_NAME = 'LPT_FE' CONTAINER_NAME = 'LPT_FE'
HOST_PORT = '5158' HOST_PORT = '8157'
CONTAINER_PORT = '80' CONTAINER_PORT = '80'
} }
stages { stages {