fix nginx conf and laravel command

This commit is contained in:
2026-06-08 04:53:09 +07:00
parent 9f7cae04ea
commit f64539b3e2
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ until php -r "try { new PDO('mysql:host=${DB_HOST};port=${DB_PORT}', '${DB_USERN
done
echo "Database connected."
php artisan migrate --force --isolated
php artisan migrate --force
php artisan storage:link --force || true
if [ "${APP_ENV}" = "production" ]; then