fix: make Coolify image self-contained
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user