Skip to content

Commit ef0b4a9

Browse files
committed
address copilot suggestions
1 parent 4181a12 commit ef0b4a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.smithery/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# ----- Build Stage -----
33
FROM node:lts-alpine AS builder
44

5-
RUN addgroup -S mcp && adduser -S mcp -G mcp
5+
RUN addgroup -S mcp && adduser -S mcp -G mcp -s /sbin/nologin
6+
RUN chown -R mcp:mcp /home/mcp
67
USER mcp
78

89
WORKDIR /home/mcp

0 commit comments

Comments
 (0)