修复docker构建
Some checks failed
Dart CI / build (push) Has been cancelled
Docker Build / docker (push) Failing after 9m33s

This commit is contained in:
2026-04-03 22:51:19 +08:00
parent 0e77218ff2
commit 36a2ccc25b

View File

@@ -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