X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fui%2FMakefile;h=db91c1e4ba3d89af0b7135d285dcb930b8ba5d18;hb=refs%2Fchanges%2F32%2F1032%2F1;hp=5e2d074ab5dec33ea6409aa0b334a92bf78d36f2;hpb=96ca0cb7cc0f1ab18124d289f7d20c882f271928;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