Skip to content

Commit

Permalink
Minor with-docker readme grammar fix (#11760)
Browse files Browse the repository at this point in the history
* Fix with-docker readme grammar

* Amended with-docker readme grammar fix

Co-Authored-By: Luis Alvarez D. <[email protected]>

Co-authored-by: Luis Alvarez D. <[email protected]>
  • Loading branch information
sdhani and Luis Alvarez D. authored Apr 9, 2020
1 parent 2704387 commit 7e39079
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
@@ -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`.

Expand Down

0 comments on commit 7e39079

Please sign in to comment.