From ba4e87cb8bda405e60f55bc28aefb8f2f7203051 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Mon, 15 Jun 2015 09:09:49 -0700 Subject: [PATCH] [ci skip] clean up documentation language --- docs/application-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/application-deployment.md b/docs/application-deployment.md index 7b522c0e4..11ab783c1 100644 --- a/docs/application-deployment.md +++ b/docs/application-deployment.md @@ -56,7 +56,7 @@ Deployment of `Dockerfile` repos is supported as of v0.3.15. Simply place a Dock By default, we will extract the first `EXPOSE` port and tell nginx to proxy your app to that port. Alternatively, you can set `$DOCKERFILE_PORT` in your app's dokku configuration. -You can also pass any `docker build` options to `docker`, by setting `$DOKKU_DOCKER_BUILD_OPTS`. Lastly, control of docker's image layer cache when deploying Dockerfiles with dokku can be had specifically by setting `$DOKKU_DOCKERFILE_CACHE_BUILD` to `true` or `false`. +Setting `$DOKKU_DOCKERFILE_CACHE_BUILD` to `true` or `false` will enable or disable docker's image layer cache. Lastly, for more granular build control, you may also pass any `docker build` option to `docker`, by setting `$DOKKU_DOCKER_BUILD_OPTS`. ## Default vhost