Disable portal-app default page
[portal.git] / deliveries / Dockerfile.portal
index 9b9f548..a2a143c 100644 (file)
@@ -30,7 +30,7 @@ RUN wget -q http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.37/bin/apache-to
 RUN tar -xzf ${TOMCATTAR}
 RUN rm ${TOMCATTAR}
 # Remove manager and sample apps
-RUN rm -fr ${TOMCAT}/webapps/[a-z]*
+RUN rm -fr ${TOMCAT}/webapps/*
 RUN mkdir -p /opt
 COPY ${SERVERXML} ${TOMCAT}/conf
 RUN mv ${TOMCAT} /opt