summaryrefslogtreecommitdiffstats
path: root/portal-BE/build.sh
blob: 5c94036502f5d728ec9105e6224a777c18a3a656 (plain)
1
2
3
4
5
6
#!/bin/bash

mvn clean install
docker build -t portal_mariadb -f dockerfile.mariadb .
docker build -t portal_app .
docker-compose up