Skip to content

Commit

Permalink
Merge pull request #44 from docker/3.3instrumenting
Browse files Browse the repository at this point in the history
fix for robots.txt
  • Loading branch information
pcaskey authored Mar 31, 2017
2 parents e8c96bb + 28fef7d commit 3402ed4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,11 @@ 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

ADD files/bin/setenv.sh /opt/tier/setenv.sh
RUN chmod +x /opt/tier/setenv.sh
ADD files/bin/startup.sh /usr/bin/startup.sh
Expand Down
2 changes: 0 additions & 2 deletions files/robots.txt

This file was deleted.

0 comments on commit 3402ed4

Please sign in to comment.