forked from LaconicNetwork/kompose
This PR will resolve #594 by validating dockerfilepath based on whether it is relative path or not.
9 lines
148 B
YAML
9 lines
148 B
YAML
version: "2"
|
|
|
|
services:
|
|
foo:
|
|
build:
|
|
context: "../../script/test_in_openshift/buildconfig"
|
|
dockerfile: "/Dockerfile"
|
|
command: "sleep 120"
|