docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build webui
git add -A
git commit -m "修正ui"
git push
git remote add origin <你的仓库地址>
git push -u origin main