作者 Your Name

更新

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