Skip to content

Commit a603f39

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 52a7d61 commit a603f39

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env.local.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AUTH_SECRET= # Linux: `openssl rand -hex 32` or go to https://generate-secret.vercel.app/32
1+
AUTH_SECRET= # `npx auth secret` or `openssl rand -hex 32`
22

33
AUTH_AUTH0_ID=
44
AUTH_AUTH0_SECRET=

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ COPY . .
2222
# Uncomment the following line in case you want to disable telemetry during the build.
2323
# ENV NEXT_TELEMETRY_DISABLED 1
2424

25+
# This should be replaced with an actual secret in production.
26+
# REVIEW: Can we make this not required during build?
27+
ENV AUTH_SECRET dummy
2528
RUN npm run build
2629

2730
# Production image, copy all the files and run next

0 commit comments

Comments
 (0)