Dockerfile更新

master
Yueng 2024-07-28 14:48:18 +08:00
parent 118edcb5fa
commit 204f2a255b
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
# 挂在工作目录 YouMoments ago · Uncommitted changes
VOLUME ["/home/logs/cloud-system"]
VOLUME ["/home/logs/cloud-system","/home/uploadPath"]
#拷贝执行jar包文件
COPY /home/deploy/system/target/cloud-modules-system.jar /home/app.jar