From 7e39079462bfa18f15df47252ea74dc028d13d61 Mon Sep 17 00:00:00 2001 From: sdhani <31454777+sdhani@users.noreply.github.com> Date: Wed, 8 Apr 2020 20:07:12 -0400 Subject: [PATCH] Minor with-docker readme grammar fix (#11760) * Fix with-docker readme grammar * Amended with-docker readme grammar fix Co-Authored-By: Luis Alvarez D. Co-authored-by: Luis Alvarez D. --- examples/with-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-docker/README.md b/examples/with-docker/README.md index 69957334e9..5aca981ef7 100644 --- a/examples/with-docker/README.md +++ b/examples/with-docker/README.md @@ -1,6 +1,6 @@ # With Docker -This example show how to set custom environment variables for your **docker application** at runtime. +This example shows how to set custom environment variables for your **docker application** at runtime. The `dockerfile` is the simplest way to run Next.js app in docker, and the size of output image is `173MB`. However, for an even smaller build, you can do multi-stage builds with `dockerfile.multistage`. The size of output image is `85MB`. -- GitLab