Browse Source

final location

master
Nicolas Massé 8 years ago
parent
commit
cf472ed68b
  1. 6
      .s2i/bin/assemble

6
.s2i/bin/assemble

@ -3,10 +3,8 @@
# 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 # The GIT repository is cloned into /tmp/src
cd /tmp cd /tmp/src
find /tmp
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