From cc6132f738454370402c956f4750dae8546c21a5 Mon Sep 17 00:00:00 2001 From: Marco Bettiolo Date: Tue, 20 May 2014 00:15:48 +0100 Subject: [PATCH] Added custom build script for openshift --- .openshift/action_hooks/build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .openshift/action_hooks/build diff --git a/.openshift/action_hooks/build b/.openshift/action_hooks/build new file mode 100644 index 0000000..d1c4c90 --- /dev/null +++ b/.openshift/action_hooks/build @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Custom build script" +npm install --production