Skip to content

Commit

Permalink
[Build] Fix healthcheck after binary change
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Oct 19, 2024
1 parent 65c867e commit cb4b494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ out/
# Local
application-local.yml
application-seedbox.yml
docker-compose.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb4b494

Please sign in to comment.