X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fui%2FMakefile;h=db91c1e4ba3d89af0b7135d285dcb930b8ba5d18;hb=ab85d41128f49b2009913d18d669b633c8064381;hp=5e2d074ab5dec33ea6409aa0b334a92bf78d36f2;hpb=258e9371b09efc06f8e82fe73d92a96cbecd98a5;p=validation.git diff --git a/docker/ui/Makefile b/docker/ui/Makefile index 5e2d074..db91c1e 100644 --- a/docker/ui/Makefile +++ b/docker/ui/Makefile @@ -14,14 +14,10 @@ # limitations under the License. # ############################################################################## -.PHONY: prepare -prepare: - ln -f ../../ui/target/AECBlueprintValidationUI.war AECBlueprintValidationUI.war - .PHONY: all -all: prepare .push_image .push_manifest +all: .push_image .push_manifest .PHONY: build -build: prepare .build +build: .build -include ../build.mk \ No newline at end of file +include ../build.mk