build(docker): set build-time AUTH_SECRET and BASE_URL env vars for Docker
This commit is contained in:
parent
f2c7760381
commit
c9753b3412
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue