fix: use long form for curl -f to be explicit

This commit is contained in:
Khiet Tam Nguyen 2025-02-05 18:53:55 +11:00
parent b5dda19a34
commit 06b7d196af
No known key found for this signature in database
GPG Key ID: 820E05388D9E305B

View File

@ -22,7 +22,7 @@ To enable zero-downtime,
"Test": [
"CMD",
"curl",
"-f",
"--fail",
"http://127.0.0.1:3000/api/health"
],
"Interval": 30000000000,
@ -76,7 +76,7 @@ To configure health checks for zero downtime.
"Test": [
"CMD",
"curl",
"-f",
"--fail",
"http://localhost:3000/health"
],
"Interval": 30000000000,