summaryrefslogtreecommitdiffstats
path: root/portal-BE/build.sh
diff options
context:
space:
mode:
authorManoop Talasila <talasila@research.att.com>2020-01-31 15:31:56 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-31 15:31:56 +0000
commit728c55e4233b5f7e449f67dea4c4ca987da701b7 (patch)
treed8e64cd335f6b1fb8d62d514e61a626b389ef2f4 /portal-BE/build.sh
parente363b25a09970065499f91e9b54be0149517e737 (diff)
parent77cf3af4adc17b6c83250819bbe944eeacbb61c4 (diff)
Merge changes I68af4999,I2fb38f2a,Ia11ca8d2,I36b83288,I129c127c, ...
* changes: SchedulerAuxController up SchedulerController up SharedContextRestController up TicketEventVersionController up UserNotificationController up PersUserWidgetServiceAOP and tests up Removing attached entity from method argument
Diffstat (limited to 'portal-BE/build.sh')
-rwxr-xr-xportal-BE/build.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/portal-BE/build.sh b/portal-BE/build.sh
index 2d1a4426..10398e2c 100755
--- a/portal-BE/build.sh
+++ b/portal-BE/build.sh
@@ -2,7 +2,9 @@
export spring_datasource_username=portal
export spring_datasource_password=Test123456
-
-mvn clean install
+echo "mvn clean install"
+mvn clean install > file-log.log
+echo "docker build"
docker build -t portal_app .
-docker-compose up \ No newline at end of file
+echo "docker compose"
+docker-compose up