From b04e9fcc4c65c7304c229b469c453fe57775ded1 Mon Sep 17 00:00:00 2001 From: liosha84 <138026690+liosha84@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:11:56 +0300 Subject: [PATCH] Update build instructions in HELP.md to use buildJar --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 2f316fa..e66d847 100644 --- a/HELP.md +++ b/HELP.md @@ -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