From 15765121789f01046c17d60202a08273eab65830 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 14 Aug 2025 13:05:36 +0200 Subject: [PATCH] chore: add user for the smithery dockerfile --- .smithery/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.smithery/Dockerfile b/.smithery/Dockerfile index c518fbd3d..a2f4aed9c 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