X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fbuild.sh;fp=portal-BE%2Fbuild.sh;h=10398e2cbe58e7d256b1f899667424e1e62cd540;hb=500bd3b761971db9ff11d8583337799c7891185f;hp=2d1a4426fb96ae9a9a31ff03b94a174fcefcb9d1;hpb=f81c0c718043517218d55908bdad0bfcada9a969;p=portal.git 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