-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Description
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.
Reactions are currently unavailable