mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
353 stars 268 forks source link

[Suggestion] Mautic 5 - Plugins Install #284

Open renanwilliam opened 2 months ago

renanwilliam commented 2 months ago

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.