Merge pull request #1075 from KyleJamesWalker/master

Support alternate Dockerfile name.
This commit is contained in:
Daniel Nephin 2015-04-27 10:06:43 -04:00
commit a89bc304f6
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.