From 4b3734f988e3c5184f7da66af7bfc30ff1bb8b09 Mon Sep 17 00:00:00 2001 From: brother7 <7brother7@gmail.com> Date: Thu, 23 Jul 2026 17:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E9=97=AE=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d73ba7f..4351a7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ ARG NGINX_IMAGE=nginx:1.28-alpine FROM ${NODE_IMAGE} AS dependencies ARG NPM_REGISTRY=https://registry.npmmirror.com +ARG PRISMA_ENGINES_MIRROR=https://cdn.npmmirror.com/binaries/prisma +ENV PRISMA_ENGINES_MIRROR=${PRISMA_ENGINES_MIRROR} WORKDIR /app