blog/Makefile
2023-02-07 07:02:51 +01:00

6 lines
84 B
Makefile

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