From 61bbe61f0e18744ceb3e1e0fb240f52643bab0cd 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:15:22 +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 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"]