▲ | krick 5 days ago | ||||||||||||||||
Exactly. I wanted to also point this out in the relation of the author's desire to put all build commands in `just` configuration file. It sounds to me like a desire to use some another "slick and shiny tool" (which `just` is when compared to `make`), but what's the point exactly? The build-process will still be container-dependent and may or may not work outside of the container, and you don't get the benefit of Docker caching anymore. | |||||||||||||||||
▲ | simonw 5 days ago | parent [-] | ||||||||||||||||
Being able to run "just build" in a container-free local development environment and have the same build process run as the one in your production setup is a productivity boost worth having. Same as how it's good to be able to easily run the exact same test suite in both dev and CI. | |||||||||||||||||
|