From 3fa9353e562f3a4b943ca1bd30fc0f89b9ec5505 Mon Sep 17 00:00:00 2001 From: wuchao <1272174216@qq.com> Date: Thu, 27 Jun 2024 17:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E5=8C=BA?= 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 dd92b7e..36c0a50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ # 创建最终镜像,用于运行编译后的Go程序 FROM alpine #设置时区 +#RUN apk add --no-cache tzdata ENV TZ=Asia/Shanghai WORKDIR /app