Skip to content

Commit 7be31e5

Browse files
authored
Change shell command to bash and set working directory
Updated shell command to use bash and set working directory.
1 parent 4923ef0 commit 7be31e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shell/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ COPY --from=builder /app/shell-mcp-server /usr/local/bin/shell-mcp-server
4444
RUN mkdir -p /tmp/shell-sessions
4545

4646
# Set environment variables
47-
ENV SHELL_CMD=sh -c
48-
ENV SHELL_WORKING_DIR=
47+
ENV SHELL_CMD="bash -c"
48+
ENV SHELL_WORKING_DIR="/root"
4949
ENV TOOL_NAME=execute_command
5050

5151
# Run the MCP server

0 commit comments

Comments
 (0)