Skip to content

Commit

Permalink
immediately restart the container
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Nov 4, 2024
1 parent 5137d16 commit 2503409
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static void main(String[] args) throws Exception {
server.awaitTermination();

log.info("Server stopped.");
System.exit(0);
}

@Override
Expand Down

0 comments on commit 2503409

Please sign in to comment.