surl/install.sh

4 lines
92 B
Bash
Raw Normal View History

2024-08-12 14:50:10 +08:00
chmod +x ./gradlew
./gradlew clean build -x test
docker build -t surl .
docker compose up -d