Skip to content

Commit 3c75b8b

Browse files
committed
Minor fix in java/README.md
1 parent 4f9395f commit 3c75b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gradle wrapper --gradle-version 8.1.1
5151
2. Create table in PostgreSQL using `./app/src/main/java/org/vss/impl/postgres/sql/`
5252
3. **Build the Docker Image**:
5353
```
54-
docker build --tag 'vss_server_java'
54+
docker build . --tag 'vss_server_java'
5555
```
5656
3. **Run the Docker Container**:
5757
```
@@ -76,4 +76,4 @@ development of VSS, you can reach out to us in the [LDK Discord](https://discord
7676
7777
[protobuf]: https://protobuf.dev/
7878
79-
[Jooq]: https://www.jooq.org/
79+
[Jooq]: https://www.jooq.org/

0 commit comments

Comments
 (0)