Support alternate Dockerfile name.
Signed-off-by: Kyle James Walker <KyleJamesWalker@gmail.com>
This commit is contained in:
parent
0f70b8638f
commit
d17c4d27fa
6 changed files with 17 additions and 5 deletions
10
docs/yml.md
10
docs/yml.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue