docker-compose fix
[portal.git] / portal-BE / build.sh
index 5c94036..6895338 100755 (executable)
@@ -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