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