fix:更新启动端口
This commit is contained in:
Vendored
+2
-2
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user