summaryrefslogtreecommitdiffstats
path: root/portal-BE/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portal-BE/build.sh')
-rwxr-xr-xportal-BE/build.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/portal-BE/build.sh b/portal-BE/build.sh
index 2d1a4426..10398e2c 100755
--- a/portal-BE/build.sh
+++ b/portal-BE/build.sh
@@ -2,7 +2,9 @@
export spring_datasource_username=portal
export spring_datasource_password=Test123456
-
-mvn clean install
+echo "mvn clean install"
+mvn clean install > file-log.log
+echo "docker build"
docker build -t portal_app .
-docker-compose up \ No newline at end of file
+echo "docker compose"
+docker-compose up