Update build instructions in HELP.md to use bootJar

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