Skip to content

Commit

Permalink
examples: add direct link to Dockerfile (#58793)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSchlangen authored Nov 30, 2023
1 parent 54544c9 commit 92f7d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can view your images created with `docker images`.

### In existing projects

To add support for Docker to an existing project, just copy the `Dockerfile` into the root of the project and add the following to the `next.config.js` file:
To add support for Docker to an existing project, just copy the [`Dockerfile`](https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile) into the root of the project and add the following to the `next.config.js` file:

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

0 comments on commit 92f7d0c

Please # to comment.