diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 08bc635..a387d6c 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -51,6 +51,7 @@ if [ "$APP_ENV" != "production" ]; then # Upserts by primary key (no --refresh), so this stays cheap and idempotent on # every boot rather than flushing and rebuilding the whole index each time. echo "[entrypoint] Syncing search indexes..." + php artisan lunar:meilisearch:setup php artisan lunar:search:index --quiet || true fi