refactor: 迁移根目录 docker/ 到 source/docker/,更新所有路径引用

- 将 docker/{nginx.conf,run.sh,zz-phprun.ini,zz-phpfpm.conf} 移动到 source/docker/
- 更新所有 Dockerfile 中 /var/www/html/docker/ -> /var/www/html/source/docker/
- 更新 stack.json managed_files 路径前缀
- 重组 stack 模式目录结构 docker/ -> source/docker/
- 更新 source/README.md 目录描述
- 更新 AdminUpdateServiceBase.php 可选文件前缀
This commit is contained in:
augushong
2026-05-12 23:13:47 +08:00
parent 81706debbb
commit 218810a7db
17 changed files with 28 additions and 29 deletions

View File

@@ -6,9 +6,9 @@
".gitea/workflows/build-and-deploy.yml",
".docker-dev.env",
".dockerignore",
"docker/zzz-dev.ini",
"docker/zzz-xdebug.ini",
"docker/run.sh"
"source/docker/zzz-dev.ini",
"source/docker/zzz-xdebug.ini",
"source/docker/run.sh"
],
"modes": {
"default": {