fix: fix docker file images proxy (#2069)

* fix: fix docker file images proxy

* fix: fix docker file images proxy
This commit is contained in:
Xinwei Xiong
2024-03-10 13:34:08 +08:00
committed by GitHub
parent 3a1615795e
commit 5454c512e0
16 changed files with 15 additions and 17 deletions
-2
View File
@@ -11,8 +11,6 @@ ENV GOPROXY=$GOPROXY
# Set up the working directory
WORKDIR /openim/openim-server
# Copy all files to the container
ADD . .