Skip to content

Commit

Permalink
Merge pull request #39 from G8XSU/minor-fix-readme
Browse files Browse the repository at this point in the history
Minor fix in java/README.md
  • Loading branch information
G8XSU authored Oct 30, 2024
2 parents 4f9395f + 3c75b8b commit 8fc2218
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 8fc2218

Please sign in to comment.