kompose/script/test/fixtures/buildconfig/docker-compose-dockerfile.yml
Suraj Narwade 286fbd1203 Fixed kompose build failure
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.
2017-12-01 11:15:03 +05:30

9 lines
147 B
YAML

version: "2"
services:
foo:
build:
context: .
dockerfile: build/Dockerfile
image: docker.io/cdrage/foobar