diff --git a/.smithery/Dockerfile b/.smithery/Dockerfile index c518fbd3..a2f4aed9 100644 --- a/.smithery/Dockerfile +++ b/.smithery/Dockerfile @@ -1,6 +1,10 @@ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # ----- Build Stage ----- FROM node:lts-alpine AS builder + +RUN adduser -D mcpuser +USER mcpuser + WORKDIR /app # Copy package and configuration