X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2FDockerfile.portal;fp=deliveries%2FDockerfile.portal;h=a2a143c4364a11c8dc8b045d72155e397b2ff594;hb=de1cfb5dfea79d17c6224264abd483271b8ae27e;hp=9b9f548926da2997bb3573189b0112e5e2e98bcf;hpb=49d1b7109c9b7179ce9fd89696fe1ef8025e76a5;p=portal.git diff --git a/deliveries/Dockerfile.portal b/deliveries/Dockerfile.portal index 9b9f5489..a2a143c4 100644 --- a/deliveries/Dockerfile.portal +++ b/deliveries/Dockerfile.portal @@ -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