fix: docker compose

Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong (cubxxw)
2023-12-14 21:25:39 +08:00
parent b17b212866
commit a1eebcaeba
2 changed files with 182 additions and 142 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ ENV GOPROXY=$GOPROXY
# Set up the working directory
WORKDIR /openim/openim-server
COPY go.mod go.sum ./
COPY go.mod go.sum ./dd
RUN go mod download
# Copy all files to the container