Skip to content

Commit 24b0e66

Browse files
docs: Update deployment.mdx
1 parent b420d36 commit 24b0e66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/pages/getting-started/deployment.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Our example application is also hosted via Docker [here](https://nextjs-docker-e
107107

108108
```docker filename="Dockerfile"
109109
# syntax=docker/dockerfile:1
110+
# syntax=docker/dockerfile:1
110111
FROM node:20-alpine AS base
111112
112113
# Install dependencies only when needed
@@ -130,9 +131,6 @@ COPY . .
130131
# Uncomment the following line in case you want to disable telemetry during the build.
131132
# ENV NEXT_TELEMETRY_DISABLED 1
132133
133-
ARG AUTH_SECRET
134-
ENV AUTH_SECRET $AUTH_SECRET
135-
136134
RUN corepack enable pnpm && pnpm build
137135
138136
# Production image, copy all the files and run next

0 commit comments

Comments
 (0)