Separated building Docker images into Makefile
Now, if you want to rebuild your local images before running them in docker-compose
again, do make docker
instead of docker-compose up --build
. This has the advantage of rebuilding the base image as well as all the "service" ones, which should mean that we all see CAPO bugs like the one Jen had when they occur.