[ui] Fix docker build for UI container
[validation.git] / docker / ui / Makefile
index 5e2d074..db91c1e 100644 (file)
 # 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