This commit is contained in:
Dominic Grimm 2023-02-27 11:09:16 +01:00
parent b2c5dc2917
commit 19c3d876a2
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
30 changed files with 2281 additions and 424 deletions

View file

@ -1,6 +1,9 @@
.PHONY: all build
.PHONY: all build ci
all: build
build:
docker compose build
ci:
BUILDKIT_PROGRESS=plain docker compose build