3 lines
79 B
Bash
3 lines
79 B
Bash
chmod +x ./gradlew \
|
|
&& ./gradlew clean build -x test \
|
|
&& docker compose up -d |