mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
chore: 修复docker环境该用非root运行时全挂载和sqlite部署报错并减少layers
This commit is contained in:
@@ -17,6 +17,6 @@ wget https://github.com/composer/composer/releases/latest/download/composer.phar
|
||||
php composer.phar update -vvv
|
||||
php artisan xboard:update
|
||||
|
||||
if [ -f "/etc/init.d/bt" ]; then
|
||||
chown -R www $(pwd);
|
||||
if [ -f "/etc/init.d/bt" ] || [ "$docker" ]; then
|
||||
chown -R www:www $(pwd);
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user