We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4181a12 commit ef0b4a9Copy full SHA for ef0b4a9
.smithery/Dockerfile
@@ -2,7 +2,8 @@
2
# ----- Build Stage -----
3
FROM node:lts-alpine AS builder
4
5
-RUN addgroup -S mcp && adduser -S mcp -G mcp
+RUN addgroup -S mcp && adduser -S mcp -G mcp -s /sbin/nologin
6
+RUN chown -R mcp:mcp /home/mcp
7
USER mcp
8
9
WORKDIR /home/mcp
0 commit comments