aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2021-03-15 12:57:59 +0100
committerZebek Bogumil <bogumil.zebek@nokia.com>2021-03-15 12:57:59 +0100
commitbb84e030c255b379a46cc1b0bbaaebb24ec056b9 (patch)
tree0b9a6a23b5f39b5adfdd30715fb43f885688e2a6 /Makefile
parentbae12bf7d5a92a4d6be22e9ce8c3dc9878c59f36 (diff)
Update swagger doc Extend swagger documentation.
Issue-ID: INT-1869 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I5496b5f28a6599da231b2542c270682243c5421f
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b851bcb..f85f364 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,11 @@ all: start
.PHONY: start
+build:
+ @echo "##### Build Ves client #####"
+ mvn clean package -Pdocker
+ @echo "##### DONE #####"
+
start:
@echo "##### Start Ves client #####"
docker-compose up -d