X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fbuild.sh;h=2d1a4426fb96ae9a9a31ff03b94a174fcefcb9d1;hb=44d465b4604a7e73494efb2755dd05acf9d5ef7d;hp=5c94036502f5d728ec9105e6224a777c18a3a656;hpb=f51a049146c96181b43ca3f72c1cf715f07d24a9;p=portal.git diff --git a/portal-BE/build.sh b/portal-BE/build.sh index 5c940365..2d1a4426 100755 --- a/portal-BE/build.sh +++ b/portal-BE/build.sh @@ -1,6 +1,8 @@ #!/bin/bash +export spring_datasource_username=portal +export spring_datasource_password=Test123456 + mvn clean install -docker build -t portal_mariadb -f dockerfile.mariadb . docker build -t portal_app . -docker-compose up +docker-compose up \ No newline at end of file