Skip to content

Commit d0ad1fd

Browse files
potato4dkazupon
authored andcommitted
Fix Vue.js capitalize in dockerize-vuejs-app (vuejs#1727)
1 parent 0d3ef61 commit d0ad1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/dockerize-vuejs-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In the previous example, we used a simple, zero-configuration command-line [http
5757

5858
> It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development, and learning.
5959
60-
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.
60+
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.
6161

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

0 commit comments

Comments
 (0)