LingxinMeng hace 1 año
padre
commit
891a6991a8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -1,4 +1,5 @@
 FROM golang:1.22
+RUN go env -w GOPROXY=https://goproxy.cn
 RUN mkdir /cicv-data-closedloop
 WORKDIR /cicv-data-closedloop
 ADD . /cicv-data-closedloop