fix: make Coolify image self-contained

This commit is contained in:
GuavaPopper
2026-06-10 20:38:59 +07:00
parent 69b03fb467
commit 2f8b14ed2a
5 changed files with 33 additions and 7 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ if [ ! -f .env ] && [ -f .env.docker.example ]; then
fi
if [ ! -f vendor/autoload.php ]; then
composer install
echo "vendor/autoload.php is missing. Rebuild the image so Composer dependencies are baked in."
exit 1
fi
php artisan config:clear --no-ansi