Commit Graph

7 Commits

Author SHA1 Message Date
ruberoid
db7b973182 Simplify Dockerfile: use dotnet nuget add source API
Replaced manual NuGet.Config creation with simple API call:
- Reduced from 20+ lines to 1 line
- No API key needed for public read access
- Much cleaner and more maintainable

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 15:00:32 +04:00
ruberoid
96d4455440 Fix Dockerfile: update CA certificates before network operations
- Move CA certificates update before COPY to ensure SSL works
- Add --no-install-recommends flag to minimize image size
- Clean apt cache after install
- Add --verbosity normal to dotnet restore for better diagnostics

This fixes NU1301 errors caused by outdated SSL certificates in CI/CD builds.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 14:45:38 +04:00
ruberoid
22f5dbea91 update certificates for docker correct build. 2025-10-14 14:25:53 +04:00
Ruberoid
96146e9dc2 removed nuget priority restore warnings. 2025-07-21 17:46:04 +03:00
Ruberoid
66910ae6fe added healthcheks. 2025-07-21 13:50:11 +03:00
ruberoid
7cc69e36c2 added private repo to dockerfile. 2024-03-27 12:48:54 +04:00
Sergey Nazarov
2976bd0d83 Add dockerfile 2024-03-19 20:21:13 +04:00