blog/Makefile
2023-02-12 09:18:56 +01:00

9 lines
114 B
Makefile

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