From b06b12b6f72e95b906625aa8d495bdd931ee2ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 6 Feb 2018 17:43:45 +0100 Subject: [PATCH] fix path --- .s2i/bin/assemble | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.s2i/bin/assemble b/.s2i/bin/assemble index 1e890e3..25547ed 100755 --- a/.s2i/bin/assemble +++ b/.s2i/bin/assemble @@ -3,6 +3,9 @@ # Exit immediately if command returns non-zero status code set -e +# The GIT repository is cloned into /tmp/s2i/src +cd /tmp/s2i/src + echo "Install nginx configuration files..." cp conf.d/sso-proxy.conf $NGINX_CONFIGURATION_PATH/