Skip to content

Commit

Permalink
fix for robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 31, 2017
1 parent b5522bd commit bba7a3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ RUN set -x \
&& rm bin/*.bat \
&& rm tomcat.tar.gz* \
&& mkdir -p conf/Catalina \
&& mkdir -p webapps/ROOT \
&& curl -o /usr/local/tomcat/lib/jstl1.2.jar https://build.shibboleth.net/nexus/service/local/repositories/thirdparty/content/javax/servlet/jstl/1.2/jstl-1.2.jar

ADD files/idp.xml conf/Catalina/idp.xml
ADD files/server.xml conf/server.xml

RUN mkdir -p /usr/local/tomcat/webapps/ROOT
ADD files/robots.txt /usr/local/tomcat/webapps/ROOT/robots.txt
Expand Down
2 changes: 0 additions & 2 deletions files/robots.txt

This file was deleted.

0 comments on commit bba7a3e

Please sign in to comment.