Use mirror.gcr.io for Docker base images to avoid Docker Hub rate limits
All checks were successful
Build and Push / build (push) Successful in 44s
All checks were successful
Build and Push / build (push) Successful in 44s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -776,6 +776,8 @@ This allows hot-reload development while the Go backend handles API and WebSocke
|
||||
|
||||
The Dockerfile uses three stages for a minimal production image:
|
||||
|
||||
All base images are pulled from `mirror.gcr.io` (Google's public Docker Hub mirror) to avoid Docker Hub rate limits.
|
||||
|
||||
**Stage 1 -- Frontend build** (Node 22 Alpine):
|
||||
- Installs npm dependencies (`npm ci`)
|
||||
- Builds React app with Vite (`npx vite build`)
|
||||
|
||||
Reference in New Issue
Block a user