refactor: opencode to mimocode
This commit is contained in:
+5
-5
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user