summaryrefslogtreecommitdiffstats
path: root/portal-BE/build.sh
diff options
context:
space:
mode:
authorDominik Mizyn <d.mizyn@samsung.com>2020-01-08 13:17:01 +0100
committerDominik Mizyn <d.mizyn@samsung.com>2020-01-08 13:23:19 +0100
commit500bd3b761971db9ff11d8583337799c7891185f (patch)
tree77e6c6ee3fd07b480ba5a386c964488d975c5223 /portal-BE/build.sh
parentf81c0c718043517218d55908bdad0bfcada9a969 (diff)
Removing attached entity from method argument
I remove some FnUser entity as argument for method. Attached entitys should never be used as argument for methods. Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ibf10d1e2bde2e116b962dd651dd649da477ee1ec
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