blog/Makefile

7 lines
63 B
Makefile

.PHONY: all build ci
all: build
build:
docker compose build