diff --git a/Workbench/comanage/Dockerfile b/Workbench/comanage/Dockerfile index 6f5deb0..9bd5a4e 100644 --- a/Workbench/comanage/Dockerfile +++ b/Workbench/comanage/Dockerfile @@ -33,10 +33,10 @@ ENV COMANAGE_REGISTRY_VIRTUAL_HOST_FQDN=$CSPHOSTNAME LABEL Version=$version ENV VERSION=$version -COPY container_files/shibboleth/idp-metadata.xml /etc/shibboleth/ +COPY container_files/shibboleth/* /etc/shibboleth/ COPY container_files/system/setservername.sh /usr/local/bin/ -RUN chmod 755 /usr/local/bin/setservername.sh +RUN chmod 755 /usr/local/bin/setservername.sh && rm -f /etc/httpd/conf.d/ssl.conf #set hostname RUN /usr/local/bin/setservername.sh