mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
with fancy pre-processing
This commit is contained in:
parent
54b20c096b
commit
dddb2e6b97
4 changed files with 129 additions and 20 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ all: clean build
|
|||
|
||||
run: build
|
||||
docker image ls | grep "dive-test" >/dev/null || docker build -t dive-test:latest .
|
||||
./build/$(BIN) die-test
|
||||
./build/$(BIN) dive-test
|
||||
|
||||
build:
|
||||
go build -o build/$(BIN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue