X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fui%2FMakefile;fp=docker%2Fui%2FMakefile;h=5e2d074ab5dec33ea6409aa0b334a92bf78d36f2;hb=c5ad3fa5dcff60eb9108ed303806ff28b31a9c09;hp=0000000000000000000000000000000000000000;hpb=e8d760fe817577deae92c372b877507adc100a5f;p=validation.git diff --git a/docker/ui/Makefile b/docker/ui/Makefile new file mode 100644 index 0000000..5e2d074 --- /dev/null +++ b/docker/ui/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you maynot use this file except in compliance with the License. # +# # +# You may obtain a copy of the License at # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +############################################################################## + +.PHONY: prepare +prepare: + ln -f ../../ui/target/AECBlueprintValidationUI.war AECBlueprintValidationUI.war + +.PHONY: all +all: prepare .push_image .push_manifest + +.PHONY: build +build: prepare .build + +include ../build.mk \ No newline at end of file