Files
honeyDueAPI/Dockerfile
Trey t 6dcf797613 Fix worker healthcheck: use pgrep -f for Alpine busybox compatibility
Alpine's busybox pgrep -x doesn't match process names correctly.
Use pgrep -f /app/worker to match the full command path instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 20:02:42 -06:00

3.6 KiB