update: Dockerfile

This commit is contained in:
tao.chen
2026-07-16 17:15:42 +08:00
parent dcf978fe92
commit 3e4d095425
+3 -4
View File
@@ -69,12 +69,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* \
&& curl -fsSL https://mimo.xiaomi.com/install | bash \
&& mimocode --version
&& curl -fsSL https://mimo.xiaomi.com/install | bash
RUN mimocode --version
RUN mkdir -p /root/workspace
COPY skills /root/.config/mimocode/skills
COPY csv2json /root/workspace/csv2json
ENTRYPOINT ["mimocode"]
ENTRYPOINT ["mimo"]