fix:更新启动端口
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
EXPOSE 5158
|
||||
EXPOSE 80
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ pipeline {
|
||||
IMAGE_NAME = 'lpt-fe:0.0'
|
||||
CONTAINER_NAME = 'LPT_FE'
|
||||
HOST_PORT = '5158'
|
||||
CONTAINER_PORT = '5158'
|
||||
CONTAINER_PORT = '80'
|
||||
}
|
||||
stages {
|
||||
stage('Install Dependencies') {
|
||||
|
||||
Reference in New Issue
Block a user