初始化1

master
WeiRan 2024-07-31 20:11:44 +08:00
parent 65f185c7ce
commit ae323e969f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
#挂载工作目录
VOLUME ["/home/logs/cloud-pay"]
VOLUME ["/home/logs/cloud-system"]
#拷贝执行jar包文件
COPY ./cloud-pay-server/target/cloud-pay.jar /home/app.jar