Skip to content

Commit 63597c2

Browse files
authored
chore: add user for the smithery dockerfile (#458)
1 parent 2539d2e commit 63597c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.smithery/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
22
# ----- Build Stage -----
33
FROM node:lts-alpine AS builder
4+
5+
RUN adduser -D mcpuser
6+
USER mcpuser
7+
48
WORKDIR /app
59

610
# Copy package and configuration

0 commit comments

Comments
 (0)