From 77f24bf7ce2d2d1a227db92d48175a699b812324 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 7 Jun 2026 11:36:11 +0200 Subject: [PATCH] chore(docker): include backfill script in image Backfill must read the SQLite volume that lives inside the api/jetstream containers, so it has to be runnable via `deno task backfill:search` from a Coolify exec shell. --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 71d46bb..977afa2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,6 +19,9 @@ remote-db/ # admin / dev-only scripts (run locally, not in prod containers) scripts/ +# Backfill needs to run inside the api/jetstream container so it can read +# the shared SQLite volume; ship it in the image. +!scripts/backfill-opensearch.ts # logs and caches *.log