Init
This commit is contained in:
commit
94fb270008
22 changed files with 2424 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
.PHONY: all build
|
||||
|
||||
all: build
|
||||
|
||||
build:
|
||||
BUILDKIT_PROGRESS=plain docker compose build
|
Loading…
Add table
Add a link
Reference in a new issue