refactor(policy): rename managed-settings.json to settings.json
This commit is contained in:
parent
6410f22f1d
commit
c65ed15653
2 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ COPY --chmod=755 webui-entrypoint.sh /usr/local/bin/webui-entrypoint.sh
|
|||
|
||||
# System-level Claude Code policy — owned by root, not writable by the node user.
|
||||
# Restricts available models; cannot be bypassed via CLI flags or env vars.
|
||||
COPY managed-settings.json /etc/claude-code/managed-settings.json
|
||||
COPY settings.json /etc/claude-code/managed-settings.json
|
||||
|
||||
# Install Claude Code globally
|
||||
RUN npm install -g @anthropic-ai/claude-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue