Update
This commit is contained in:
parent
501b9d3093
commit
964534d0d9
21 changed files with 762 additions and 207 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