Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 314 Bytes

ReadMe.md

File metadata and controls

13 lines (9 loc) · 314 Bytes

Sentinel Server

Prerequisites

  • Make sure you have docker installed

Run the app

  • run ./gradlew :sentinel-server-app:runAppContainer

Stop the app

  • run ./gradlew :sentinel-server-app:stopAppContainer

Remove the app docker container

  • run ./gradlew :sentinel-server-app:removeAppContainer