We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d616d commit 5274d1bCopy full SHA for 5274d1b
Dockerfile
@@ -22,9 +22,7 @@ COPY . .
22
# Uncomment the following line in case you want to disable telemetry during the build.
23
# ENV NEXT_TELEMETRY_DISABLED 1
24
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
+RUN npm run build
28
29
# Production image, copy all the files and run next
30
FROM base AS runner
0 commit comments