From 2aa48fc3ceebb3c4610a0deacd7941ddccba643b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=B3?= <2233466866@qq.com> Date: Tue, 25 May 2021 10:46:00 +0800 Subject: [PATCH] 1211 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 20a880d..9275cc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +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;\ mkdir /www;\ \cp /root/index.php /www/;\ \cp /root/index.html /www/;\