improve: #91 fixed makefile

This commit is contained in:
yunlzheng
2020-03-06 13:21:20 +08:00
parent fa37de9495
commit e7cebbcd8d
+2 -1
View File
@@ -8,8 +8,9 @@ BUILDER_IMAGE = builder
DASHBOARD_IMAGE = kt-connect-dashboard
SERVER_IMAGE = kt-connect-server
# run unit test
test:
make -f Makefile -B test
go test ./...
# build this first,it's the base image
build-builder: