Merge "Disable portal-app default page"
authorManoop Talasila <talasila@research.att.com>
Fri, 9 Nov 2018 14:42:25 +0000 (14:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 9 Nov 2018 14:42:25 +0000 (14:42 +0000)
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