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