From ab6a187b02fa2725db3f5648cc09aa73fea95d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=A8=E5=93=80?= <2076029107@qq.com> Date: Mon, 29 Jul 2024 21:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ebd10ca..32956e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$Tz /etc/localtime && echo '$TZ' > /etc/timezone + #挂载工作目录 VOLUME ["/home/logs/cloud-modules-system"]