Files
units-ui/Dockerfile
Sebastian Krüger 3113cf2667 fix: use curl instead of wget for Docker health check
Replaced wget with curl in HEALTHCHECK instruction:
- Install curl in nginx:alpine image (apk add --no-cache curl)
- Changed health check from wget to curl -f
- curl -f fails silently on HTTP errors (simpler than wget flags)
- More commonly available and standard for health checks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 11:32:24 +01:00

1.1 KiB