website/docs: document docker build_args
This commit is contained in:
parent
030c1ee481
commit
8cc7b1030b
|
@ -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"]`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue