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
@@ -44,6 +44,8 @@ RUN chmod +x /usr/local/bin/docker-entrypoint-dev.sh
WORKDIR /app
ENV MISE_TRUSTED_CONFIG_PATHS=/app/data/scrips
EXPOSE 8052 5173
ENTRYPOINT ["docker-entrypoint-dev.sh"]