From 7f3fcee0f6c97ce5c3af320c1a6d9a18db4cb771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=B3?= <2233466866@qq.com> Date: Tue, 25 May 2021 13:54:19 +0800 Subject: [PATCH] 111 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9275cc2..327372a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ rm -f /lib/systemd/system/multi-user.target.wants/*;\ rm -f /lib/systemd/system/sockets.target.wants/*udev*;\ rm -f /lib/systemd/system/sockets.target.wants/*initctl*;\ \cp -rfn /root/cgroup/* /sys/fs/cgroup/;\ -timedatectl set-timezone Asia/Shanghai;\ +ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime;\ mkdir /www;\ \cp /root/index.php /www/;\ \cp /root/index.html /www/;\