forked from LaconicNetwork/kompose
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue #832. This PR will fix the issue.
9 lines
147 B
YAML
9 lines
147 B
YAML
version: "2"
|
|
|
|
services:
|
|
foo:
|
|
build:
|
|
context: .
|
|
dockerfile: build/Dockerfile
|
|
image: docker.io/cdrage/foobar
|