Update build instructions in HELP.md to use buildJar

This commit is contained in:
liosha84
2025-06-17 21:11:56 +03:00
parent a522118030
commit b04e9fcc4c
+1 -1
View File
@@ -100,7 +100,7 @@ To run the application in Docker, follow these steps:
- build jar file
```bash
./gradlew build
./gradlew buildJar
```
- Run docker compose to start the application and PostgreSQL:
```bash