From 05bd8e6eff32b09dd0ae66838bc1b5252d3c7342 Mon Sep 17 00:00:00 2001 From: GoCo Date: Mon, 28 Jul 2025 11:46:51 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20=E4=BF=AE=E6=94=B9dockerfi?= =?UTF-8?q?le?= 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 9e1bbe9..3de591b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN cp -rf ../web/dist/* ./resource/public/admin/ # 编译hotgo服务端 RUN go env -w GOPROXY=https://goproxy.cn,direct -RUN go mod download +RUN go mod tidy # 安装gf # 将deploy里的gf文件复制到当前目录