#!/bin/bash # # For more information refer to the documentation: # https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md # source ${0}.pre echo "---> Create hello world page ..." mkdir html cat < html/index.html hello world

hello world

EOF source ${0}.post