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>