X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fbuild.sh;h=10398e2cbe58e7d256b1f899667424e1e62cd540;hb=8886d15461f5003b7d81677570ee3f75946b1354;hp=5c94036502f5d728ec9105e6224a777c18a3a656;hpb=99a220e3fccdabca5c5d1f63582a77a0379ac057;p=portal.git diff --git a/portal-BE/build.sh b/portal-BE/build.sh index 5c940365..10398e2c 100755 --- a/portal-BE/build.sh +++ b/portal-BE/build.sh @@ -1,6 +1,10 @@ #!/bin/bash -mvn clean install -docker build -t portal_mariadb -f dockerfile.mariadb . +export spring_datasource_username=portal +export spring_datasource_password=Test123456 +echo "mvn clean install" +mvn clean install > file-log.log +echo "docker build" docker build -t portal_app . +echo "docker compose" docker-compose up