bvplan/Makefile

7 lines
84 B
Makefile
Raw Normal View History

2023-01-17 05:54:45 +00:00
.PHONY: all build
2022-12-12 16:54:07 +00:00
2023-01-17 05:54:45 +00:00
all: build
2022-12-12 16:54:07 +00:00
2023-01-17 05:54:45 +00:00
build:
BUILDKIT_PROGRESS=plain docker compose build