···1818WORKDIR /build
1919# Copy and install the mise.toml file first to leverage Docker cache
2020COPY mise.toml ./mise.toml
2121+COPY mise/ ./mise/
2122RUN mise trust && mise unuse bun && mise install
22232324# ------- Prefetch Rust dependencies -------