4 lines
129 B
Makefile
4 lines
129 B
Makefile
![]() |
DOCKER_REGISTRY ?= 192.168.5.120
|
||
|
|
||
|
build-vertx:
|
||
|
docker build -t $(DOCKER_REGISTRY)/sac/sf-vertx -f ./sf-vertx/Dockerfile --push .
|