From 7c783fa52498b206a54dbdc153b83c2f01a7f8c9 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Wed, 31 Dec 2025 17:15:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 08c3e63..ba9952a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -38,6 +38,7 @@ docker run -itd \ -p 8090:8090 \ -v ./cache:/app/cache \ -v ./tmpl:/app/tmpl \ + -v ./go.mod:/app/go.mod \ "${CONTAINER_NAME}" ./server --config "./${CONFIG_FILE}" --bot "${BOT}" docker logs -f ${CONTAINER_NAME} \ No newline at end of file