Files
pmu-bet-engine/run.sh
2025-11-21 15:08:53 +00:00

6 lines
102 B
Bash
Executable File

#!/bin/bash
set -e
./gradlew clean build -x test
docker-compose up --build -d
docker logs -f api_app