Skip to content

Commit

Permalink
bugfix for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 31, 2017
1 parent bba7a3e commit c3dd876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ RUN set -x \
&& mkdir -p conf/Catalina \
&& 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

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 c3dd876

Please sign in to comment.