Improve health check image. (#919)

This commit is contained in:
Felix Fontein
2024-07-07 21:19:26 +02:00
committed by GitHub
parent ff412f475e
commit 569880486f
4 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
)
func main() {
data, err := os.ReadFile("health.txt")
data, err := os.ReadFile("/health.txt")
if err != nil {
fmt.Fprintf(os.Stderr, "Error while reading health status: %s\n", err)
os.Exit(1)