Skip to content

Commit c8b2eee

Browse files
fix: typo in quickstart (#1294)
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
1 parent 705921c commit c8b2eee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/block-node/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ Refer to the [Configuration](../configuration.md) for configuration options.
4646
3. To build the Server docker image, do the following:
4747

4848
```bash
49-
./gradlew :block-node:app:createDockerImage
49+
./gradlew :block-node-app:createDockerImage
5050
```
5151

5252
### Run the Server
5353

5454
1. To start the Server, do the following:
5555

5656
```bash
57-
./gradlew :block-node:app:startDockerContainer
57+
./gradlew :block-node-app:startDockerContainer
5858
```
5959

6060
### Run the Server with Debug
6161

6262
1. To start the Server with debug enabled, do the following:
6363

6464
```bash
65-
./gradlew :block-node:app:startDockerDebugContainer
65+
./gradlew :block-node-app:startDockerDebugContainer
6666
```
6767
2. Attach your remote jvm debugger to port 5005.
6868

@@ -71,5 +71,5 @@ Refer to the [Configuration](../configuration.md) for configuration options.
7171
1. To stop the Server do the following:
7272

7373
```bash
74-
./gradlew :block-node:app:stopDockerContainer
74+
./gradlew :block-node-app:stopDockerContainer
7575
```

0 commit comments

Comments
 (0)