Skip to content

Commit

Permalink
adding a break to supercollider-alpine healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
shahdyousefak committed Jan 27, 2025
1 parent 3d778f9 commit e1e32ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#healthcheck
while :; do
echo -e "HTTP/1.1 200 OK\nContent-Type: application/json\n\n{\"status\": \"healthy\"}" | nc -l -p 57110
echo -e "HTTP/1.1 200 OK\nContent-Type: application/json\n\n{\"status\": \"healthy\"}" | nc -l -p 57110 || break
done &

exec "$@"

0 comments on commit e1e32ea

Please sign in to comment.