重构代码,统一项目入口为install.sh

This commit is contained in:
Olia Lisa
2026-01-15 13:38:07 +08:00
parent 737378d7ee
commit 2c4a44f924
11 changed files with 55 additions and 73 deletions
-2
View File
@@ -23,5 +23,3 @@ update_docker_images(){
echo "正在启动容器.."
docker-compose -f $docker_compose_file up -d
}
update_docker_images