From 0443cc46ecdced7dd1e380f713d94870e40898d2 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Thu, 25 Dec 2025 14:32:48 +0800 Subject: [PATCH] =?UTF-8?q?chore(docker):=20=E4=BC=98=E5=8C=96docker/php/e?= =?UTF-8?q?ntrypoint.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/php/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php/entrypoint.sh b/docker/php/entrypoint.sh index 1b5a7ccf2..072704ef2 100644 --- a/docker/php/entrypoint.sh +++ b/docker/php/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash # 移除 set -e 以便更好的错误控制 -echo "=== ThinkPHP Docker权限初始化 ===" +echo "=== Web应用权限初始化 ===" # 定义应用根目录,优先使用环境变量,否则使用默认值 APP_ROOT="${PHP_APP_ROOT:-/var/www/html}"