Skip to content

Commit

Permalink
Merge pull request #42 from docker/3.3instrumenting
Browse files Browse the repository at this point in the history
another attempt at adding robots.txt
  • Loading branch information
pcaskey authored Mar 31, 2017
2 parents b1fd52e + b5522bd commit e8c96bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ RUN set -x \

ADD files/idp.xml conf/Catalina/idp.xml
ADD files/server.xml conf/server.xml
ADD files/robots.txt webapps/ROOT/robots.txt


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
Expand Down

0 comments on commit e8c96bb

Please sign in to comment.