adapt the .htaccess file for PHP7 as required

This commit is contained in:
Raphaël P. Barazzutti
2018-11-18 10:14:57 +01:00
parent a36fc369f9
commit 18f4f0bed8

View File

@@ -19,7 +19,8 @@ RUN rm -rf /var/www/html/ \
&& mv roundcubemail-* html \ && mv roundcubemail-* html \
&& cd html \ && cd html \
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \ && 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/ COPY config.inc.php /var/www/html/config/