dockerfile update

This commit is contained in:
Jermaine 2025-03-11 10:52:06 +08:00
parent c9cd215c90
commit 555b33cf82

View File

@ -25,7 +25,7 @@ VOLUME ["/home/rcs", "/upload", "/home/appusr", "/home/nas"]
# 设置工作目录和暴露端口
WORKDIR /batch
EXPOSE 8090
EXPOSE 8090 8100
# 添加应用 JAR 文件并设置启动命令
ADD ./target/loan-batch.jar ./