From b6391ac7a91a018b95ccf1fcc657cb8dd17f56b9 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 22 Apr 2024 17:18:21 +0800 Subject: [PATCH] refactor --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c419418ca..78e669bff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ FROM golang:1.21 as builder # Set the working directory WORKDIR /openim-server +ENV GOPROXY=https://goproxy.cn,direct + # Copy all files from the current directory to the image COPY . .