From 6b0bbdc2c9f80cb73831b04d35afe3d255aa9868 Mon Sep 17 00:00:00 2001 From: dengbiao Date: Mon, 29 Apr 2024 21:44:59 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1dbf7e7..37d2661 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ LABEL maintainer="wuhanqin" ENV TZ="Asia/Shanghai" COPY static/html static/html +COPY static/template static/template + # 时区纠正 RUN rm -f /etc/localtime \ && ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \