From fcca6fd8c19c72a292060624df715a2b6da2c970 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Sun, 21 May 2023 22:12:07 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=E6=97=B6=E5=8C=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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 18e76be..e65bd8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ # 应用启动 FROM python:3.8.6-slim +RUN echo "Asia/Shanghai" > /etc/timezone + COPY --from=build /install /usr/local COPY . /app