Skip to content

Commit

Permalink
Merge pull request #41 from docker/3.3instrumenting
Browse files Browse the repository at this point in the history
add robots.txt to IdP
  • Loading branch information
pcaskey authored Mar 30, 2017
2 parents 7385ad9 + 4d53e83 commit b1fd52e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,14 @@ 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
ADD files/robots.txt webapps/ROOT/robots.txt



ADD files/bin/setenv.sh /opt/tier/setenv.sh
RUN chmod +x /opt/tier/setenv.sh
Expand Down
2 changes: 2 additions & 0 deletions files/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit b1fd52e

Please sign in to comment.