Added example for openshift buildconfig.

This commit is contained in:
Ratnadeep Debnath 2016-11-03 15:11:53 +05:30
parent 9e2849addf
commit a9241e6fe5
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM busybox
RUN touch /test

View File

@ -0,0 +1,7 @@
version: "2"
services:
foo:
build: "./build"
command: "sleep 3600"