时区文件更新

This commit is contained in:
wuchao 2024-06-27 16:03:42 +08:00
parent 697e3d7f4b
commit df889c2df8
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
# 创建最终镜像用于运行编译后的Go程序
FROM alpine
#设置时区
RUN apk add --no-cache tzdata
ENV TZ=Asia/Shanghai
WORKDIR /app