From 74e554884f1cfb8d1e9b7875e1fd66d7e21e249a Mon Sep 17 00:00:00 2001 From: Konstantinos Arvanitakis Date: Mon, 31 Aug 2026 14:56:17 +0300 Subject: [PATCH] Feat: Updating Entrypoint to setup lunar meilisearch --- docker/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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