This commit is contained in:
wuchao 2024-06-27 17:57:00 +08:00
parent 700ed725dd
commit 3fa9353e56
1 changed files with 1 additions and 0 deletions

View File

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