Adding service to expose the DMI server port
Change-Id: I10670392818205ab47630c79e47af592126c1bf6
diff --git a/Makefile b/Makefile
index e45d5ff..f07dc8d 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
DOCKER_REPOSITORY ?= ""
DOCKER_REGISTRY ?= ""
DOCKER_RUN_ARGS ?= ""
-DOCKER_PORTS ?= -p 50070:50070 -p 50060:50060 -p 50071:50071 -p 50072:50072 -p 50073:50073 -p 50074:50074
+DOCKER_PORTS ?= -p 50070:50070 -p 50060:50060 -p 50071:50071 -p 50072:50072 -p 50073:50073 -p 50074:50074 -p 50075:50075
TYPE ?= minimal
# tool containers