diff --git a/justfile b/justfile index 3d71df1..a0aec49 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,8 @@ build: # Tests inside the docker image test: - docker run --rm {{IMAGE}}:{{VERSION}} sh -c "\ + docker build -t {{IMAGE}}:test . + docker run --rm {{IMAGE}}:test sh -c "\ mise --version \ && python --version \ && node --version"