From f3a05f67a4b95de2c022fa8e66729dcc7adbed80 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Sat, 9 Mar 2024 12:18:36 +0800 Subject: [PATCH] delete data conversion tool --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32639af7a..b07ff520e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,7 @@ ENV GOPROXY=$GOPROXY # Set up the working directory WORKDIR /openim/openim-server -COPY go.mod go.sum ./ -RUN go mod download + # Copy all files to the container ADD . .