diff --git a/entrypoint.sh b/entrypoint.sh index a38ec83a..b5868c3a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -77,7 +77,7 @@ grep "APP_KEY" .env # Ensure vendor directory matches composer.lock exactly, syncing missing packages echo "Verifying and synchronizing Composer dependencies..." -composer install --no-interaction --optimize-autoloader +composer install # --no-interaction --optimize-autoloader # Verify vendor integrity at PHP level echo "Checking vendor visibility and READABILITY for PHP..."