Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adds newline at end of file.

Loading