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