terms-search: add a /sources.html

This commit is contained in:
iacore
2026-06-14 12:25:55 +08:00
parent 6ba8719eb6
commit 27546d04a0
6 changed files with 88 additions and 41 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app
RUN pip install --no-cache-dir flask duckdb gunicorn
COPY server.py search.py termlib.duckdb ./
COPY . .
EXPOSE 8910