...
|
...
|
@@ -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
|
...
|
...
|
|