mautic/docker-mautic

[Suggestion] Mautic 5 - Plugins Install

Opened this issue · 0 comments

I have created a workaround that can be incorporated in the official repository to install plugins:

Just created a ./plugins folder where I put the plugins unzipped folder:

FROM mautic/mautic:5-apache

COPY ./plugins/ /var/www/html/docroot/plugins/

VOLUME /var/www

Works fine for me.