From e8309787d4967378ce59dd77cc313937b1e65681 Mon Sep 17 00:00:00 2001 From: Dawn ARC <67786671+A-Dawn@users.noreply.github.com> Date: Tue, 5 May 2026 14:51:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BD=BF=E7=94=A8=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=90=AF=E5=8A=A8bot.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index c439e9a8..0ac15c7b 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -10,4 +10,4 @@ if [ ! -e "$ADAPTER_TARGET" ] && [ -d "$ADAPTER_TEMPLATE" ]; then cp -a "$ADAPTER_TEMPLATE" "$ADAPTER_TARGET" fi -exec python bot.py "$@" +exec /MaiMBot/.venv/bin/python bot.py "$@"