diff --git a/Dockerfile b/Dockerfile index f2afa9c..8a146ee 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 #挂载工作目录 -VOLUME ["/home/logs/cloud-pay"] +VOLUME ["/home/logs/cloud-system"] #拷贝执行jar包文件 COPY ./cloud-pay-server/target/cloud-pay.jar /home/app.jar