chore(docker): auto trust mise config path to bypass prompt

This commit is contained in:
duorameng
2026-06-03 15:22:32 +08:00
parent 1863ed58cf
commit afbcd28bec
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -139,6 +139,8 @@ RUN chmod +x docker-entrypoint.sh \
&& echo "set encoding=utf-8" >> /etc/vim/vimrc \
&& ln -sf /app/baihu /usr/local/bin/baihu
ENV MISE_TRUSTED_CONFIG_PATHS=/app/data/scrips
EXPOSE 8052
ENTRYPOINT ["./docker-entrypoint.sh"]