Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Vue.js capitalize in dockerize-vuejs-app
  • Loading branch information
potato4d committed Jul 27, 2018
commit 609694335a2a919db3d5ec22b4f760192cc4c39f
2 changes: 1 addition & 1 deletion src/v2/cookbook/dockerize-vuejs-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In the previous example, we used a simple, zero-configuration command-line [http

> It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development, and learning.

Nevertheless, for realistically complex production use cases, it may be wiser to stand on the shoulders of some giant like [NGINX](https://www.nginx.com/) or [Apache](https://httpd.apache.org/) and that is exactly what we are going to do next: we are about to leverage NGINX to serve our vue.js app because it is considered to be one of the most performant and battle-tested solutions out there.
Nevertheless, for realistically complex production use cases, it may be wiser to stand on the shoulders of some giant like [NGINX](https://www.nginx.com/) or [Apache](https://httpd.apache.org/) and that is exactly what we are going to do next: we are about to leverage NGINX to serve our Vue.js app because it is considered to be one of the most performant and battle-tested solutions out there.

Let's refactor our `Dockerfile` to use NGINX:

Expand Down