Skip to content

Commit

Permalink
corrige a formatação do texto na seção de implantação com Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmjunior committed Feb 18, 2025
1 parent e1e7e3f commit 8057031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq/deploy-with-docker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deploy with Docker

Follow the [official Next.js repo docker build example and instructions](https://github.com/vercel/next.js/tree/canary/examples/with-docker) to deploy with docker. Copy the [`Dockerfile`](https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile) into the root of the project and modify the `next.config.js` file:
Follow the [official Next.js repo docker build example and instructions](https://github.com/vercel/next.js/tree/canary/examples/with-docker) to **deploy** with docker. Copy the [`Dockerfile`](https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile) into the root of the project and modify the `next.config.js` file:

```js
// next.config.js
Expand Down

0 comments on commit 8057031

Please sign in to comment.