refactor: opencode to mimocode

This commit is contained in:
tao.chen
2026-07-15 14:01:29 +08:00
parent 59a1b5e4d4
commit 2871706c47
+5 -5
View File
@@ -64,11 +64,11 @@ RUN uv pip install \
--index-url https://pypi.tuna.tsinghua.edu.cn/simple/ \ --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ \
--requirements /tmp/requirements.txt --requirements /tmp/requirements.txt
# 3. 在最终镜像中用正规的 npm 安装 opencode-ai,确保系统全局软链接生成完整 # 3. 在最终镜像中用正规的 npm 安装 mino-code,确保系统全局软链接生成完整
RUN npm install -g opencode-ai && npm cache clean --force RUN npm install -g -g @mimo-ai/cli && npm cache clean --force
RUN opencode --version RUN mino --version
COPY skills /root/.config/opencode/skills COPY skills /root/.config/mimocode/skills
COPY csv2json /root/workspace/csv2json COPY csv2json /root/workspace/csv2json
ENTRYPOINT ["opencode"] ENTRYPOINT ["mino"]