Skip to content

Commit 5274d1b

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 26d616d commit 5274d1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ 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-
RUN AUTH_SECRET=dummy npm run build
25+
RUN npm run build
2826

2927
# Production image, copy all the files and run next
3028
FROM base AS runner

0 commit comments

Comments
 (0)