File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,23 +46,23 @@ Refer to the [Configuration](../configuration.md) for configuration options.
46
46
3 . To build the Server docker image, do the following:
47
47
48
48
``` bash
49
- ./gradlew :block-node: app:createDockerImage
49
+ ./gradlew :block-node- app:createDockerImage
50
50
```
51
51
52
52
### Run the Server
53
53
54
54
1 . To start the Server, do the following:
55
55
56
56
``` bash
57
- ./gradlew :block-node: app:startDockerContainer
57
+ ./gradlew :block-node- app:startDockerContainer
58
58
```
59
59
60
60
### Run the Server with Debug
61
61
62
62
1 . To start the Server with debug enabled, do the following:
63
63
64
64
``` bash
65
- ./gradlew :block-node: app:startDockerDebugContainer
65
+ ./gradlew :block-node- app:startDockerDebugContainer
66
66
```
67
67
2 . Attach your remote jvm debugger to port 5005.
68
68
@@ -71,5 +71,5 @@ Refer to the [Configuration](../configuration.md) for configuration options.
71
71
1 . To stop the Server do the following:
72
72
73
73
``` bash
74
- ./gradlew :block-node: app:stopDockerContainer
74
+ ./gradlew :block-node- app:stopDockerContainer
75
75
```
You can’t perform that action at this time.
0 commit comments