Skip to content

Commit

Permalink
fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Tovena committed Feb 9, 2018
1 parent 1fdabbb commit bc12396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/local-includes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Local includes

You can drop-in files in this folder to override default build variables.
You can drop files in this folder to override default build variables.

For instance if you're behind a corporate proxy you could do this :

Expand All @@ -12,4 +12,4 @@ DOCKER_BUILD_ARGS = --build-arg HTTP_PROXY=$(HTTP_PROXY) --build-arg HTTPS_PROXY
EOF
```

And all the `docker build` in the makefile will use your proxy.
And all `docker build` commands in the makefile will use your proxy.

0 comments on commit bc12396

Please sign in to comment.