Explorar el Código

更新 'ipip/Dockerfile'

chenghongxi hace 4 años
padre
commit
2d46357922
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ipip/Dockerfile

+ 1 - 1
ipip/Dockerfile

@@ -7,5 +7,5 @@ RUN chmod +x /go/bin/ipip
 COPY config.yaml /go/bin/config.yaml
 WORKDIR /go/bin
 
-CMD ["/go/bin/gsdkserver"]
+CMD ["/go/bin/ipip"]
 EXPOSE 9876