diff --git a/Dockerfile b/Dockerfile index 5a3bc04..8854205 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone # 挂在工作目录 You,Moments 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