imaginary: revert the change to the healthcheck

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-04-20 16:53:00 +02:00
parent 5c016d5d35
commit 5fe6adc62a

View File

@@ -1,3 +1,3 @@
#!/bin/bash
wget -q -O /dev/null "http://127.0.0.1:${PORT}/health" || exit 1
nc -z 127.0.0.1 "$PORT" || exit 1