mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-23 19:37:35 +08:00
chore: 修复docker环境该用非root运行时全挂载和sqlite部署报错并减少layers
This commit is contained in:
+2
-2
@@ -18,6 +18,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