summaryrefslogtreecommitdiffstats
path: root/portal-BE/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portal-BE/build.sh')
-rwxr-xr-xportal-BE/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/portal-BE/build.sh b/portal-BE/build.sh
new file mode 100755
index 00000000..5c940365
--- /dev/null
+++ b/portal-BE/build.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+mvn clean install
+docker build -t portal_mariadb -f dockerfile.mariadb .
+docker build -t portal_app .
+docker-compose up