...
|
...
|
@@ -11,7 +11,7 @@ COPY ./key key |
|
|
COPY ./templates templates
|
|
|
RUN ["ln","-sf","/usr/share/zoneinfo/Asia/Shanghai","/etc/localtime"]
|
|
|
ENV GO111MODULE on
|
|
|
ENV GOPROXY https://goproxy.io
|
|
|
ENV GOPROXY https://goproxy.cn
|
|
|
RUN ["go","mod","tidy"]
|
|
|
RUN ["ls"]
|
|
|
RUN ["go","build","-o","performance"]
|
...
|
...
|
|