matomo-mod/Dockerfile

6 lines
148 B
Text
Raw Normal View History

FROM matomo
RUN rm /var/log/apache2/access.log && mkdir /var/log/supervisord /var/run/supervisord
RUN ln -s /dev/null /var/log/apache2/access.log