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