diff --git a/Makefile b/Makefile index 14bf0ee..b627e94 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,9 @@ prepare: git submodule update --init --remote $(MAKE) -C JOJ3 cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/ + ls -lha bin upx -9 bin/* + ls -lha bin force-build: prepare docker build --no-cache -t $(IMAGE_NAME) .