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