This commit is contained in:
parent
4e3fc74639
commit
a15b34bdea
1
Makefile
1
Makefile
|
@ -8,6 +8,7 @@ prepare:
|
||||||
git submodule update --init --remote
|
git submodule update --init --remote
|
||||||
$(MAKE) -C JOJ3
|
$(MAKE) -C JOJ3
|
||||||
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
|
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
|
||||||
|
upx -9 bin/*
|
||||||
|
|
||||||
force-build: prepare
|
force-build: prepare
|
||||||
docker build --no-cache -t $(IMAGE_NAME) .
|
docker build --no-cache -t $(IMAGE_NAME) .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user