deployment.sh 104 Bytes
#!/usr/bin/env bash
./gradlew war
cd src/main/docker
docker-compose down && docker-compose up --build -d