blog/Makefile

10 lines
114 B
Makefile

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