update bug docker file
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m7s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Build, Push and Deploy / deploy-staging (push) Successful in 37s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 0s

This commit is contained in:
2026-03-30 14:32:56 +07:00
parent 327dceee4e
commit 66aed7c4e8

View File

@@ -77,7 +77,7 @@ grep "APP_KEY" .env
# Ensure vendor directory matches composer.lock exactly, syncing missing packages # Ensure vendor directory matches composer.lock exactly, syncing missing packages
echo "Verifying and synchronizing Composer dependencies..." echo "Verifying and synchronizing Composer dependencies..."
composer install --no-interaction --optimize-autoloader composer install # --no-interaction --optimize-autoloader
# Verify vendor integrity at PHP level # Verify vendor integrity at PHP level
echo "Checking vendor visibility and READABILITY for PHP..." echo "Checking vendor visibility and READABILITY for PHP..."