fix: update discourse-mcp to use Node.js 24 alpine image

- Changed from build context to using node:24-alpine image directly
- Updated discourse-mcp Dockerfile to node:24-alpine
- Changed npm ci to npm install in Dockerfile
- Added note about npx usage due to TypeScript compilation errors in 0.2.4
This commit is contained in:
2026-01-21 20:15:14 -05:00
parent f1c4c25661
commit 926f513ef1
2 changed files with 5 additions and 6 deletions

View File

@@ -221,10 +221,9 @@ services:
# ==========================================
# Discourse MCP - Forum integration
# Note: Using npx directly due to TypeScript compilation errors in 0.2.4
discourse-mcp:
build:
context: ./vendor/discourse-mcp
dockerfile: Dockerfile
image: node:24-alpine
container_name: KNELDevStack-AIMiddleware-discourse-mcp
restart: unless-stopped
environment: