From 59811ad1962984b18fb9406c8cfd037bcab7068c Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Sun, 10 Mar 2024 13:32:02 +0800 Subject: [PATCH] fix: fix docker file images proxy --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 71b785629..514a63db4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,6 @@ ENV GOPROXY=$GOPROXY # Set up the working directory WORKDIR /openim/openim-server - - # Copy all files to the container ADD . .