X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fui%2FMakefile;h=918a164013b298ca2fa20f57cb1bd79eb25ac41a;hb=96befacc890c4386d305678801d9ddd2f849a1da;hp=5e2d074ab5dec33ea6409aa0b334a92bf78d36f2;hpb=b21eff6b17f5aa5208510bf92e600744e270cd65;p=validation.git diff --git a/docker/ui/Makefile b/docker/ui/Makefile index 5e2d074..918a164 100644 --- a/docker/ui/Makefile +++ b/docker/ui/Makefile @@ -14,14 +14,13 @@ # 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 + +.PHONY: push-image +push-image: .push_image -include ../build.mk \ No newline at end of file +include ../build.mk