Browse Source

fix path

master
Nicolas Massé 8 years ago
parent
commit
b06b12b6f7
  1. 3
      .s2i/bin/assemble

3
.s2i/bin/assemble

@ -3,6 +3,9 @@
# Exit immediately if command returns non-zero status code # Exit immediately if command returns non-zero status code
set -e set -e
# The GIT repository is cloned into /tmp/s2i/src
cd /tmp/s2i/src
echo "Install nginx configuration files..." echo "Install nginx configuration files..."
cp conf.d/sso-proxy.conf $NGINX_CONFIGURATION_PATH/ cp conf.d/sso-proxy.conf $NGINX_CONFIGURATION_PATH/

Loading…
Cancel
Save