重构代码,统一项目入口为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
-3
View File
@@ -12,6 +12,3 @@ run(){
docker-compose -f "$docker_compose_file" up -d # 启动容器
}
run