Commit Graph

4 Commits

Author SHA1 Message Date
Robert van Diest
a7ad3d6ebf fix(docker): pull node and nginx from ECR Public mirror
Avoids Docker Hub rate limits and auth issues in CI by using
public.ecr.aws/docker/library instead of docker.io.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 17:00:06 +01:00
Robert van Diest
4c71a1b4c8 chore(docker): optimize builds and name images
- Add BuildKit cache mounts for NuGet and npm to persist package
  caches across builds
- Skip redundant restore on dotnet publish with --no-restore
- Add --prefer-offline to npm ci to prefer cached tarballs
- Tag images as randall/backend:latest and randall/frontend:latest
  via compose image: key

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 16:21:13 +01:00
Robert van Diest
51b9e5c1e7 Use tcp health check 2026-03-25 20:11:26 +01:00
Robert van Diest
1301a01d6d Initial commit 2026-03-24 20:13:07 +01:00