From bcfdeade46cbff7527541a29741ce9c924365e32 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Wed, 31 Dec 2025 17:10:27 +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 3a829de..08c3e63 100644 --- a/deploy.sh +++ b/deploy.sh @@ -37,6 +37,7 @@ docker run -itd \ -e "MODE=${MODE}" \ -p 8090:8090 \ -v ./cache:/app/cache \ + -v ./tmpl:/app/tmpl \ "${CONTAINER_NAME}" ./server --config "./${CONFIG_FILE}" --bot "${BOT}" docker logs -f ${CONTAINER_NAME} \ No newline at end of file