Open renanwilliam opened 6 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:
./plugins
FROM mautic/mautic:5-apache COPY ./plugins/ /var/www/html/docroot/plugins/ VOLUME /var/www
Works fine for me.
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:Works fine for me.