website/docs: document docker build_args

This commit is contained in:
Mitchell Hashimoto 2014-05-07 18:42:13 -07:00
parent 030c1ee481
commit 8cc7b1030b
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ you may set. A complete reference is shown below.
### Optional ### Optional
* `build_args` (array of strings) - Extra arguments to pass to
`docker build` when `build_dir` is in use.
* `cmd` (array of strings) - Custom command to run on the container. * `cmd` (array of strings) - Custom command to run on the container.
Example: `["ls", "/app"]`. Example: `["ls", "/app"]`.