fix(docker): correct spelling of scripts path for mise trust

This commit is contained in:
duorameng
2026-06-03 16:13:03 +08:00
parent afbcd28bec
commit 6c81c2a32f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint-dev.sh
WORKDIR /app
ENV MISE_TRUSTED_CONFIG_PATHS=/app/data/scrips
ENV MISE_TRUSTED_CONFIG_PATHS=/app/data/scripts
EXPOSE 8052 5173