Update docker-entrypoint.sh
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user