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
+1 -1
View File
@@ -1,3 +1,3 @@
FROM nginx:alpine FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/ COPY dist/ /usr/share/nginx/html/
EXPOSE 80 EXPOSE 5158
Vendored
+2 -2
View File
@@ -3,8 +3,8 @@ 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 = '8080' HOST_PORT = '5158'
CONTAINER_PORT = '80' CONTAINER_PORT = '5158'
} }
stages { stages {
stage('Install Dependencies') { stage('Install Dependencies') {