diff --git a/Makefile b/Makefile index b5a9e3f..c1c6274 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -DOCKER_REGISTRY ?= 192.168.5.120 +DOCKER_REGISTRY ?= docker.yzj -build-vertx: - docker build -t $(DOCKER_REGISTRY)/sac/sf-vertx -f ./sf-vertx/Dockerfile --push . \ No newline at end of file +vertx: + docker build -t $(DOCKER_REGISTRY)/sac/sf-vertx -f ./sf-vertx/Dockerfile --push . + +admin: + docker build -t $(DOCKER_REGISTRY)/sac/sf-admin -f ./sf-admin/Dockerfile --push . \ No newline at end of file