Skip to content

another attempt at adding robots.txt #42

Merged
merged 1 commit into from
Mar 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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