Hair Keeper v1.2.0版本更新:nextjs升级到~15.4.10;支持在开发容器内快速部署(默认绑定8000端口);开发者面板页面git工具支持推送远程仓库;新增多步表单控件;新增开发容器工具:dnsutils;新增Hair Keeper开发容器使用帮助

This commit is contained in:
2026-02-04 16:32:52 +08:00
parent 1e514e6631
commit 2157b2bef8
6 changed files with 46 additions and 43 deletions

View File

@@ -96,10 +96,12 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --version=${CODE_SE
# 安装 npm 全局包
RUN npm install -g \
@anthropic-ai/claude-code \
@musistudio/claude-code-router \
pm2
# 安装 claude code
RUN curl -fsSL https://claude.ai/install.sh | bash
# 创建工作目录
RUN mkdir -p /workspace /root/.local/share/code-server/User