From c0915404ad4916ab8ef06976502d21ec559149aa Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Fri, 29 Nov 2024 14:36:28 +0800 Subject: [PATCH] comment GOProxy. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b38d711bf..f6a2ee9fef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV SERVER_DIR=/openim-server WORKDIR $SERVER_DIR # Set the Go proxy to improve dependency resolution speed -ENV GOPROXY=https://goproxy.io,direct +# ENV GOPROXY=https://goproxy.io,direct # Copy all files from the current directory into the container COPY . .