From 36a2ccc25b3c6506fb01927cbeb2fba2cf91b998 Mon Sep 17 00:00:00 2001 From: lzw-723 Date: Fri, 3 Apr 2026 22:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddocker=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d0032a..bd528e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN pnpm install --frozen-lockfile COPY web/ ./ # Build frontend (SSR with adapter-node) -RUN pnpm build +RUN export BETTER_AUTH_SECRET="place-holder-for-build" && pnpm build # Stage 2: Build backend FROM dart:stable AS backend-build