wip(TRUEREF-0018): commit version-scoped indexing work

This commit is contained in:
Giancarmine Salucci
2026-03-25 19:03:22 +01:00
parent b9d52405fa
commit fef6f66930
21 changed files with 1208 additions and 19 deletions

View File

@@ -12,6 +12,9 @@ RUN npm run build
FROM node:20-alpine
WORKDIR /app
# Install openssl for corporate CA certificate handling (TRUEREF-0019)
RUN apk add --no-cache openssl git
# Install all deps (includes tsx for the MCP server and drizzle-kit for migrations)
COPY package*.json ./
RUN npm ci