diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 0ac15c7b..17c14c5b 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -10,4 +10,6 @@ if [ ! -e "$ADAPTER_TARGET" ] && [ -d "$ADAPTER_TEMPLATE" ]; then cp -a "$ADAPTER_TEMPLATE" "$ADAPTER_TARGET" fi +uv pip install --python "/MaiMBot/.venv/bin/python" --upgrade maibot-dashboard + exec /MaiMBot/.venv/bin/python bot.py "$@"