From 249f8738d3a10807ecbdaf0d9388d1705bfb09e7 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 5 Feb 2025 22:52:49 +0900 Subject: [PATCH] Update command to run GitBucket in debug.md (#3708) --- doc/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debug.md b/doc/debug.md index 981432919..fbcba927c 100644 --- a/doc/debug.md +++ b/doc/debug.md @@ -12,7 +12,7 @@ javaOptions in Jetty ++= Seq( Run GitBucket: ```shell -$ sbt ~jetty:start +$ sbt ~container:start ``` In IntelliJ, create remote debug configuration as follows. Make sure port number is same as above configuration.