From 087ae3b4f69eb19c4ee370fb4ebf453044bf365d Mon Sep 17 00:00:00 2001 From: liosha84 <138026690+liosha84@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:13:01 +0300 Subject: [PATCH] Update build instructions in HELP.md to use bootJar --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index e66d847..7f9f0f5 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 buildJar +./gradlew bootJar ``` - Run docker compose to start the application and PostgreSQL: ```bash