bvplan/Makefile
2023-02-27 11:09:16 +01:00

10 lines
114 B
Makefile

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