This commit is contained in:
Dominic Grimm 2023-02-07 07:02:51 +01:00
commit 94fb270008
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
22 changed files with 2424 additions and 0 deletions

6
Makefile Normal file
View file

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