#!/bin/bash -e
#
# S2I assemble script for the 'punchbag' image.
# The 'assemble' script builds your application source so that it is ready to run.
#
# For more information refer to the documentation:
#	https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md
#

echo "---> Installing application source..."
cp -Rf /tmp/src/. ./
