all-in-one/Containers/collabora/healthcheck.sh
Simon L. 1d3692a6db collabora: move healthcheck to use curl in order to fix the Dockerfile
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-05-30 10:02:46 +02:00

3 lines
50 B
Bash

#!/bin/bash
curl http://127.0.0.1:9980 || exit 1