make htaccess sample file more visible

This commit is contained in:
Christoph Kottke
2024-05-09 12:57:49 +02:00
parent 0ccd588bba
commit eea21d5a49
2 changed files with 1 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ RUN set -e; \
mkdir ./userdata; \
mkdir ./application/config/docker; \
\
mv ./.htaccess.sample ./.htaccess; \
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; \