fix: mimo to mimocode
This commit is contained in:
+3
-5
@@ -70,13 +70,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& curl -fsSL https://mimo.xiaomi.com/install | bash \
|
&& curl -fsSL https://mimo.xiaomi.com/install | bash \
|
||||||
&& mimo --version
|
&& mimocode --version
|
||||||
|
|
||||||
RUN M_PATH=$(find /root -name "mimo" -type f -executable | head -n 1) \
|
RUN mimocode --version
|
||||||
&& if [ -n "$M_PATH" ]; then ln -s "$M_PATH" /usr/bin/mimo; fi
|
|
||||||
RUN mimo --version
|
|
||||||
|
|
||||||
COPY skills /root/.config/mimocode/skills
|
COPY skills /root/.config/mimocode/skills
|
||||||
COPY csv2json /root/workspace/csv2json
|
COPY csv2json /root/workspace/csv2json
|
||||||
|
|
||||||
ENTRYPOINT ["mimo"]
|
ENTRYPOINT ["mimocode"]
|
||||||
|
|||||||
Reference in New Issue
Block a user