Support alternate Dockerfile name.

Signed-off-by: Kyle James Walker <KyleJamesWalker@gmail.com>
This commit is contained in:
Kyle Walker
2015-03-06 12:33:56 -08:00
parent 0f70b8638f
commit d17c4d27fa
6 changed files with 17 additions and 5 deletions

View File

@@ -39,6 +39,16 @@ Compose will build and tag it with a generated name, and use that image thereaft
build: /path/to/build/dir
```
### dockerfile
Alternate Dockerfile.
Compose will use an alternate file to build with.
```
dockerfile: Dockerfile-alternate
```
### command
Override the default command.