fix: update Dockerfile to correct PATH variable for proper tool access

This commit is contained in:
2026-03-06 01:15:56 +07:00
parent 5c3b11990a
commit 3316e6f790

View File

@@ -16,7 +16,7 @@ ENV MISE_DATA_DIR="${TOOLS_DIR}"
ENV MISE_CONFIG_DIR="${TOOLS_DIR}/config"
ENV MISE_CACHE_DIR="${TOOLS_DIR}/cache"
ENV MISE_INSTALL_PATH="${TOOLS_DIR}/bin/mise"
ENV PATH="${TOOLS_DIR}/shims:${PATH}"
ENV PATH="${TOOLS_DIR}/bin:${TOOLS_DIR}/shims:${PATH}"
ENV MISE_GITHUB_ATTESTATIONS=false
ENV MISE_VERSION=${MISE_VERSION}