Skip to content

Commit

Permalink
Minor fix in java/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
G8XSU committed Oct 29, 2024
1 parent 4f9395f commit 3c75b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gradle wrapper --gradle-version 8.1.1
2. Create table in PostgreSQL using `./app/src/main/java/org/vss/impl/postgres/sql/`
3. **Build the Docker Image**:
```
docker build --tag 'vss_server_java'
docker build . --tag 'vss_server_java'
```
3. **Run the Docker Container**:
```
Expand All @@ -76,4 +76,4 @@ development of VSS, you can reach out to us in the [LDK Discord](https://discord

[protobuf]: https://protobuf.dev/

[Jooq]: https://www.jooq.org/
[Jooq]: https://www.jooq.org/

0 comments on commit 3c75b8b

Please sign in to comment.