Open lehha opened 4 years ago
check out the linuxserver/librespeed docker image. they pull from this source, and add a symlink to a mounted folder where you can customize the index.html
How can I find the file "index.php" at the linuxserver/librespeed docker?
check out the linuxserver/librespeed docker image. they pull from this source, and add a symlink to a mounted folder where you can customize the index.html
linuxserver does not have backend and frontend MODE and other ENV.
Please allow to change frontend in adolfintel docker.
Description
Cant add a custom file to Dockerfile (COPY index.php /var/www/html/), because Cleanup row #7 in entrypoint.sh clear directory /var/www/html/ after copying file into it.
Why it should be implemented
The way to customize Docker build.
Optional: implementation suggestions
Maybe add new instruction in entrypoint.sh like: if file index_custom.php exist, rename index_custom.php into index.php Or explain this problem for having way to customize any file.