docker-compose fix
[portal.git] / portal-BE / build.sh
1 #!/bin/bash
2
3 mvn clean install
4 docker build -t portal_app .
5 docker-compose up