From 63b91858515b219a24c6145d9df007f848207093 Mon Sep 17 00:00:00 2001 From: dugulp Date: Thu, 1 Aug 2024 02:24:56 +0800 Subject: [PATCH] =?UTF-8?q?change=20Dockerfile=E5=A2=9E=E5=8A=A0=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=BB=A3=E7=90=86=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2924d6a..e45273a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV GO111MODULE=on ENV GOPROXY=https://goproxy.io,direct # 下载依赖 -RUN go mod download +RUN go mod tidy # 复制源代码 COPY . .