.PHONY: all build ci
all: build
build:
docker compose build
ci:
BUILDKIT_PROGRESS=plain docker compose build