Files
awoooi/apps/web/Dockerfile
OG T 0da827beef
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 13m37s
perf(web): Dockerfile 加入 --mount=type=cache 持久化 Next.js build cache
CACHE_BUST 仍強制讓 source 層失效(確保代碼變更進入 bundle),
但 .next/cache 透過 BuildKit cache mount 跨 build 持久化到 runner host。
Next.js 增量編譯只重建有變更的頁面,預計節省 3-4 分鐘。

# 2026-04-06 ogt: Web build 從 5 min 降至 ~1-2 min(第二次起)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 12:45:43 +08:00

2.2 KiB