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
set -e
# The GIT repository is cloned into /tmp/s2i/src
cd /tmp
find /tmp
# The GIT repository is cloned into /tmp/src
cd /tmp/src
echo "Install nginx configuration files..."
cp conf.d/sso-proxy.conf $NGINX_CONFIGURATION_PATH/

Loading…
Cancel
Save