From 1231b37ef337a4bf133879b666188e0f019478f5 Mon Sep 17 00:00:00 2001 From: Richard R Date: Mon, 1 Jun 2026 18:56:55 -0600 Subject: [PATCH] build(docker): set build-time AUTH_SECRET and BASE_URL env vars for Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab8d381..fb36d6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ COPY . . # Build the Next.js application RUN pnpm exec next telemetry disable -RUN pnpm build +RUN AUTH_SECRET=build-placeholder-secret-value-32chars!! BASE_URL=http://localhost:3003 pnpm build # Generate third-party dependency license report plus copied license files. RUN mkdir -p /app/THIRD_PARTY_LICENSES && \ pnpm dlx license-checker-rseidelsohn@4.3.0 \