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