2 lines
87 B
Batchfile
2 lines
87 B
Batchfile
|
@echo off
|
||
|
gradlew clean build -x test && docker build -t surl . && docker compose up -d
|