Skip to content

Commit

Permalink
fixed ordering of startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Sep 22, 2017
1 parent 5351414 commit 6e277cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-compose/www/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ COPY container_files/bin/httpd-shib-foreground /opt/bin/
#COPY container_files/shibboleth/shibd.logger /etc/shibboleth/shibd.logger
COPY container_files/httpd/www.conf /etc/httpd/conf.d/
COPY container_files/httpd/logout.php /var/www/cgi-bin/logout.php
ADD container_files/bin/startup.sh /usr/bin/startup.sh

RUN chmod +x /usr/bin/startup.sh && \
chmod +x /opt/bin/httpd-shib-foreground && \
cp /dev/null /etc/httpd/conf.d/ssl.conf

ADD container_files/bin/startup.sh /usr/bin/startup.sh

CMD ["/usr/bin/startup.sh"]

0 comments on commit 6e277cb

Please sign in to comment.