Skip to content

Commit abcc135

Browse files
build: bake paper_titles.json into the image
1 parent 448d9f8 commit abcc135

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ COPY --chown=app:app web /home/app/web
4646
# `data/pages` being absent doesn't break the build (the deploy just serves
4747
# text-only retrieval).
4848
COPY --chown=app:app data/pages /home/app/data/pages
49+
# Human-readable paper titles (data/paper_titles.json); /papers falls back to
50+
# paper_id when absent.
51+
COPY --chown=app:app data/paper_titles.json /home/app/data/paper_titles.json
4952

5053
# Baked-in Qdrant snapshot. `qdrant-client` runs in embedded mode against
5154
# this directory (`url='path:/home/app/qdrant_local'`), so the deploy needs

0 commit comments

Comments
 (0)