6 lines
84 B
Makefile
6 lines
84 B
Makefile
.PHONY: all build
|
|
|
|
all: build
|
|
|
|
build:
|
|
BUILDKIT_PROGRESS=plain docker compose build
|