diff --git a/examples/with-docker/README.md b/examples/with-docker/README.md index 69957334e9ce221ba249d151f60a8335b60635d6..5aca981ef7e4686462b9c83b61dfcfea6d757ca4 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`.