commit cb163c65c1def6b09d4460ad8317836dd1fc9350 Author: Nicolas Massé Date: Tue Feb 6 16:33:29 2018 +0100 initial commit diff --git a/.s2i/assemble b/.s2i/assemble new file mode 100755 index 0000000..7063178 --- /dev/null +++ b/.s2i/assemble @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "I'm here !!!" + +exec /usr/local/s2i/assemble +