diff --git a/Dockerfile.template b/Dockerfile.template index df6d950..57096d5 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -17,7 +17,7 @@ ADD ${TOMCERT} /opt/certs ADD ${TOMWWWROOT} /usr/local/tomcat/webapps/ROOT ADD ${SHBCFG} /opt/shibboleth-idp/conf ADD ${SHBCREDS} /opt/shibboleth-idp/credentials -#ADD ${SHBVIEWS} /opt/shibboleth-idp/views +ADD ${SHBVIEWS} /opt/shibboleth-idp/views #ADD ${SHBEDWAPP} /opt/shibboleth-idp/edit-webapp #ADD ${SHBMSGS} /opt/shibboleth-idp/messages ADD ${SHBMD} /opt/shibboleth-idp/metadata diff --git a/configBuilder.sh b/configBuilder.sh index 3862305..45969e8 100755 --- a/configBuilder.sh +++ b/configBuilder.sh @@ -84,7 +84,7 @@ cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/metadata-providers.xml $ cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/attribute-resolver.xml ${SHBCFG} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/attribute-filter.xml ${SHBCFG} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/logback.xml ${SHBCFG} -cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/attributes/* ${SHBCFG}/attributes +cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/views/* ${SHBVIEWS} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/credentials/inc-md-cert-mdq.pem ${SHBCREDS} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/credentials/sealer.kver ${SHBCREDS} cp -rf ${TMP_DIR_T}/shib-idp-tomcat-config-master/conf/* ${TOMCFG}