Skip to content

Commit

Permalink
docs: Update deployment.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 authored Jun 11, 2024
1 parent b420d36 commit 24b0e66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/pages/getting-started/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Our example application is also hosted via Docker [here](https://nextjs-docker-e

```docker filename="Dockerfile"
# syntax=docker/dockerfile:1
# syntax=docker/dockerfile:1
FROM node:20-alpine AS base
# Install dependencies only when needed
Expand All @@ -130,9 +131,6 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1
ARG AUTH_SECRET
ENV AUTH_SECRET $AUTH_SECRET
RUN corepack enable pnpm && pnpm build
# Production image, copy all the files and run next
Expand Down

0 comments on commit 24b0e66

Please sign in to comment.