chore(uv): speed up Docker builds with mirrors (#1600)

* docker mirror defaults

* fix: make docker mirror defaults overridable

* fix docker compose default pypi index

* fix: restore upstream pypi defaults

* docs: remove misleading env example mirrors

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
Admire
2026-03-30 20:16:44 +08:00
committed by GitHub
parent b21792d9be
commit 4bb3c101a8
6 changed files with 16 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
# --target prod — full build baked in, run `pnpm start` at container start (default if no --target is specified)
ARG PNPM_STORE_PATH=/root/.local/share/pnpm/store
ARG NPM_REGISTRY
# ── Base: shared setup ────────────────────────────────────────────────────────
FROM node:22-alpine AS base