作者 tangxvhui

调整依赖

正在显示 1 个修改的文件 包含 1 行增加1 行删除
... ... @@ -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"]
... ...