Disable Composer scripts during Docker build
This commit is contained in:
@@ -26,6 +26,7 @@ mkdir -p \
|
||||
chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache
|
||||
chmod -R ug+rwX /var/www/html/storage /var/www/html/bootstrap/cache
|
||||
|
||||
php artisan package:discover --ansi || true
|
||||
php artisan migrate --force
|
||||
php artisan storage:link || true
|
||||
php artisan config:cache
|
||||
|
||||
Reference in New Issue
Block a user