From cc42d76bb62c82d33c9532cc17952947bc5e775a Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Fri, 15 Aug 2025 15:22:54 +0800 Subject: [PATCH] 43444 --- Dockerfile-prod | 2 +- sa-admin/src/main/resources/prod/application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-prod b/Dockerfile-prod index 9440907..baf932a 100644 --- a/Dockerfile-prod +++ b/Dockerfile-prod @@ -44,7 +44,7 @@ RUN apk add --no-cache \ COPY --from=builder /app/sa-admin/target/*.jar app.jar # 暴露端口(请替换成你实际应用端口) -EXPOSE 5477 +EXPOSE 5480 # 启动应用 ENTRYPOINT ["java", "-jar", "app.jar"] \ No newline at end of file diff --git a/sa-admin/src/main/resources/prod/application.yaml b/sa-admin/src/main/resources/prod/application.yaml index a383374..5c46491 100644 --- a/sa-admin/src/main/resources/prod/application.yaml +++ b/sa-admin/src/main/resources/prod/application.yaml @@ -12,7 +12,7 @@ project: # 项目端口和url根路径 server: - port: 1024 + port: 5480 servlet: context-path: /