修改端口映射
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 17m30s

This commit is contained in:
2025-10-14 21:57:54 +08:00
parent 2017507dec
commit 8bc52da548
3 changed files with 1 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ WORKDIR /app
COPY target/light-delivery-1.0.0.jar app.jar
# 暴露端口
EXPOSE 8080
EXPOSE 8443
# 启动应用