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 af6c9df commit 8f9f455Copy full SHA for 8f9f455
docs/pages/getting-started/deployment.mdx
@@ -103,7 +103,6 @@ Our example application is also hosted via Docker [here](https://nextjs-docker-e
103
104
```docker filename="Dockerfile"
105
# syntax=docker/dockerfile:1
106
-# syntax=docker/dockerfile:1
107
FROM node:20-alpine AS base
108
109
# Install dependencies only when needed
0 commit comments