fix: add path

This commit is contained in:
tao.chen
2026-07-16 18:37:19 +08:00
parent 3e4d095425
commit 4659d43e8e
+1 -1
View File
@@ -71,7 +71,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& curl -fsSL https://mimo.xiaomi.com/install | bash
ENV PATH="/root/.mimocode/bin:${PATH}"
RUN mkdir -p /root/workspace
COPY skills /root/.config/mimocode/skills
COPY csv2json /root/workspace/csv2json