Open pranavgaikwad opened 5 years ago
In entrypoint.sh script, at this step : https://github.com/fusor/dockerfiles/blob/996a1514d7a2bdaf4c485005f6ded02ef49b2a0c/mediawiki:latest/entrypoint.sh#L74, the sed command overwrites the LocalSettings.php file and breaks the symlink between the target file and /persistent/LocalSettings.php file.
entrypoint.sh
sed
LocalSettings.php
/persistent/LocalSettings.php
After this point, changes made in /persistent/LocalSettings.php will never be picked up by the app.
In
entrypoint.sh
script, at this step : https://github.com/fusor/dockerfiles/blob/996a1514d7a2bdaf4c485005f6ded02ef49b2a0c/mediawiki:latest/entrypoint.sh#L74, thesed
command overwrites theLocalSettings.php
file and breaks the symlink between the target file and/persistent/LocalSettings.php
file.After this point, changes made in
/persistent/LocalSettings.php
will never be picked up by the app.