Update
This commit is contained in:
parent
b2c5dc2917
commit
19c3d876a2
30 changed files with 2281 additions and 424 deletions
5
Makefile
5
Makefile
|
@ -1,6 +1,9 @@
|
|||
.PHONY: all build
|
||||
.PHONY: all build ci
|
||||
|
||||
all: build
|
||||
|
||||
build:
|
||||
docker compose build
|
||||
|
||||
ci:
|
||||
BUILDKIT_PROGRESS=plain docker compose build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue