tweak: code format for filename (#2829)

* tweak: code format for filename

slight reword, so as to avoid confusion w/filename

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* small changes just to kick build again

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas
2017-04-17 14:25:12 -05:00
committed by GitHub
parent 0795d7aeb0
commit d67f1e3c4e

View File

@@ -90,7 +90,7 @@ To learn more about Docker build-time variables, see the [docker build documenta
#### Two-phase build
If your build process requires a component that is not a dependency for your application, you can use a pre_build hook (refers to the hooks/pre_build file) to collect and compile required components. In the example below, the hook uses a Docker container to compile a Golang binary required before the build.
If your build process requires a component that is not a dependency for your application, you can use a pre-build hook (refers to the `hooks/pre_build` file) to collect and compile required components. In the example below, the hook uses a Docker container to compile a Golang binary that is required before the build.
```bash
#!/bin/bash