summaryrefslogtreecommitdiffstats
path: root/portal-BE/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portal-BE/build.sh')
-rwxr-xr-xportal-BE/build.sh5
1 files changed, 4 insertions, 1 deletions
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