diff --git a/Dockerfile b/Dockerfile index 454be6674..ec12161a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,7 @@ RUN set -e; \ mkdir ./application/config/docker; \ \ mv ./.htaccess.sample ./.htaccess; \ + sed -i "s/\$config\['index_page'\] = 'index.php';/\$config\['index_page'\] = '';/g" ./install/config/config.php; \ \ chown -R root:www-data /var/www/html; \ \