Skip to content

Commit

Permalink
Fix health check
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed Feb 11, 2024
1 parent 230c053 commit e8e0dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV ENV=/start \
PREF_SUSPEND_CPU_USAGE=50 \
PREF_SUSPEND_IF_NO_RECENT_INPUT=0 \
HEALTHCHECK_PATTERN=EXECUTING
HEALTHCHECK --interval=5m CMD boinccmd --get_tasks | egrep -q "${HEALTHECK_PATTERN}" && exit 0 || exit 1
HEALTHCHECK --interval=5m CMD boinccmd --get_tasks | egrep -q "${HEALTHCHECK_PATTERN}" && exit 0 || exit 1

# Tests, ensure they are run before release by copying marker file
FROM build AS test
Expand Down

0 comments on commit e8e0dbf

Please sign in to comment.