From cb4b494c67de29c94c89dc9bd63be9751f74b68a Mon Sep 17 00:00:00 2001 From: Schaka <2223171+Schaka@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:14:39 +0200 Subject: [PATCH] [Build] Fix healthcheck after binary change --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 632987b..966e4a2 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ out/ # Local application-local.yml application-seedbox.yml +docker-compose.yml diff --git a/README.md b/README.md index f4a9170..c2b7c10 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ services: - THC_PATH=/health - THC_PORT=8081 healthcheck: - test: [ "CMD", "/cnb/process/health-check" ] + test: [ "CMD", "/workspace/health-check" ] start_period: 30s interval: 5s retries: 3