X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fbuild.sh;h=10398e2cbe58e7d256b1f899667424e1e62cd540;hb=57379c29d8457eb88258328e3c9c7679b2a40274;hp=68953384b2fd40dfefbbe931b4cbef1d34de6fee;hpb=f2805494b772201a94334e2c2f72315cacd8266b;p=portal.git diff --git a/portal-BE/build.sh b/portal-BE/build.sh index 68953384..10398e2c 100755 --- a/portal-BE/build.sh +++ b/portal-BE/build.sh @@ -1,5 +1,10 @@ #!/bin/bash -mvn clean install +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