wip(TRUEREF-0018): commit version-scoped indexing work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user