fix:更新启动端口

This commit is contained in:
2025-07-27 19:27:44 +08:00
parent b895ec2328
commit 219b4921d2
2 changed files with 2 additions and 2 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 5158 EXPOSE 80
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline {
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 = '5158'
CONTAINER_PORT = '5158' CONTAINER_PORT = '80'
} }
stages { stages {
stage('Install Dependencies') { stage('Install Dependencies') {