From 9775737c1ba9552267d38419ca4600803ae89d05 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Wed, 6 Nov 2024 08:12:18 -0700 Subject: [PATCH] docs: Move docker command up for clarity. (#9390) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Unburying the command for easier finding! ### Testing Instructions 👀 --- docs/repo-docs/guides/tools/docker.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/repo-docs/guides/tools/docker.mdx b/docs/repo-docs/guides/tools/docker.mdx index 6571a48df9cb1..68c4ea3b3d327 100644 --- a/docs/repo-docs/guides/tools/docker.mdx +++ b/docs/repo-docs/guides/tools/docker.mdx @@ -126,6 +126,12 @@ Splitting up **dependencies** and **source files** in this way lets us **only ru Our detailed [`with-docker` example](https://github.com/vercel/turborepo/tree/main/examples/with-docker) goes into depth on how to use `prune` to its full potential. Here's the Dockerfile, copied over for convenience. +Build the Dockerfile from the root of your monorepo: + +```bash title="Terminal" +docker build -f apps/web/Dockerfile . +``` + This Dockerfile is written for a [Next.js](https://nextjs.org/) app that is using the `standalone` [output