Merge pull request #709 from rbarazzutti/1.5-htaccess-php7

1.5 htaccess php7
This commit is contained in:
kaiyou
2018-12-06 10:01:57 +01:00
committed by GitHub

View File

@@ -19,7 +19,8 @@ RUN rm -rf /var/www/html/ \
&& mv roundcubemail-* html \
&& cd html \
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
&& chown -R www-data: logs
&& chown -R www-data: logs \
&& sed -i 's/mod_php5.c/mod_php7.c/g' /var/www/html/.htaccess
COPY config.inc.php /var/www/html/config/