Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 380 Bytes

File metadata and controls

30 lines (18 loc) · 380 Bytes

Debugging on Docker Compose

Build the image

$ ./gradlew docker-build

Start docker-compose

$ ./gradlew docker-compose-up

The required database and tables will be created and the application will be started.

Stop docker-compose

$ ./gradlew docker-compose-down

Verification

$ ./gradlew verify-group-chat