fusor / dockerfiles

3 stars 3 forks source link

Broken symlink on LocalSettings.php in MediaWiki app #17

Open pranavgaikwad opened 5 years ago

pranavgaikwad commented 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.

After this point, changes made in /persistent/LocalSettings.php will never be picked up by the app.