作者 Your Name

更新

正在显示 1 个修改的文件 包含 1 行增加0 行删除
... ... @@ -8,6 +8,7 @@ COPY ./go.mod go.mod
COPY ./go.sum go.sum
COPY ./main.go main.go
COPY ./key key
COPY ./templates templates
RUN ["ln","-sf","/usr/share/zoneinfo/Asia/Shanghai","/etc/localtime"]
ENV GO111MODULE on
ENV GOPROXY https://goproxy.io
... ...