feat: fix docker

This commit is contained in:
2026-02-22 18:25:08 +00:00
parent 88afc3738f
commit 886cba45b9

View File

@@ -12,7 +12,7 @@ services:
- NODE_ENV=production
- NEXT_TELEMETRY_DISABLED=1
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:4000"]
test: ["CMD", "wget", "-q", "-O", "/dev/null", "--spider", "http://localhost:4000"]
interval: 30s
timeout: 10s
retries: 3