Skip to content

Commit

Permalink
fix ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 3, 2020
1 parent a8b8841 commit b94dc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Workbench/comanage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b94dc16

Please sign in to comment.