diff --git a/Dockerfile b/Dockerfile index 32956e8..b9bb50f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$Tz /etc/localtime && echo '$TZ' > /etc/timezone + #挂载工作目录 VOLUME ["/home/logs/cloud-modules-system"]