chore(docker): 啟動時自動檢查並建立 storage 軟連結
This commit is contained in:
@@ -15,6 +15,11 @@ fi
|
||||
|
||||
chmod -R ugo+rw /.composer
|
||||
|
||||
# 確保 storage 軟連結存在
|
||||
if [ ! -L /var/www/html/public/storage ]; then
|
||||
php /var/www/html/artisan storage:link
|
||||
fi
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
if [ "$SUPERVISOR_PHP_USER" = "root" ]; then
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user