fix: update Dockerfile to copy mise.toml from tools-config directory and add justfile for build and test automation

This commit is contained in:
2026-03-06 21:35:21 +07:00
parent 5b4dd8a3d1
commit ac4ccc498e
4 changed files with 49 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ ENV MISE_VERSION=${MISE_VERSION}
RUN curl https://mise.run | sh
COPY mise.toml ${TOOLS_DIR}/config/mise.toml
COPY tools-config/mise.toml ${TOOLS_DIR}/config/mise.toml
RUN sh -c "\
rm -rf ${TOOLS_DIR}/shims ${TOOLS_DIR}/installs \