use new native install
This commit is contained in:
parent
ab7e909c3c
commit
1b141b200c
3 changed files with 20 additions and 19 deletions
0
build.sh
Normal file → Executable file
0
build.sh
Normal file → Executable file
|
|
@ -27,7 +27,8 @@ COPY --chmod=755 webui-entrypoint.sh /usr/local/bin/webui-entrypoint.sh
|
||||||
COPY settings.json /etc/claude-code/managed-settings.json
|
COPY settings.json /etc/claude-code/managed-settings.json
|
||||||
|
|
||||||
# Install Claude Code globally
|
# Install Claude Code globally
|
||||||
RUN npm install -g @anthropic-ai/claude-code
|
RUN curl -fsSL https://claude.ai/install.sh | bash
|
||||||
|
|
||||||
|
|
||||||
# Install MCP servers globally — entry points land in /usr/local/lib/node_modules/
|
# Install MCP servers globally — entry points land in /usr/local/lib/node_modules/
|
||||||
RUN npm install -g \
|
RUN npm install -g \
|
||||||
|
|
|
||||||
0
hooks/pre-commit
Normal file → Executable file
0
hooks/pre-commit
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue