kompose/script/test/fixtures/dockerfilepath/docker-compose.yml
Suraj Narwade 581e181967 Validate dockerfilepath in buildconfig
This PR will resolve #594 by validating dockerfilepath based on whether
it is relative path or not.
2017-05-30 16:31:20 +05:30

9 lines
148 B
YAML

version: "2"
services:
foo:
build:
context: "../../script/test_in_openshift/buildconfig"
dockerfile: "/Dockerfile"
command: "sleep 120"