From c11882c763087a86eeee5f0d1c39cd7055567189 Mon Sep 17 00:00:00 2001 From: paulzim Date: Sun, 22 May 2016 12:47:59 -0700 Subject: [PATCH] Resized architecture image --- docs/getting-started-guides/meanstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/meanstack.md b/docs/getting-started-guides/meanstack.md index 2be73cc8a0..53e6ae56af 100644 --- a/docs/getting-started-guides/meanstack.md +++ b/docs/getting-started-guides/meanstack.md @@ -72,7 +72,7 @@ Then, it creates a folder to store the code, `cd`s into that directory, copies t Finally, it specifies the command Docker should run when the container starts, which is to start the app. -## Step 2: Building our Container +## Step 2: Building our Container Right now, the directory should look like this: