When mounting mailman to an external volume, the initial mm_cfg.py file generates a mm_cfg.pyc file. If you subsequently modify the .py file in future docker starts, the change isn't reflected because mailman is using the .pyc file.
This change deletes the mm_cfg.pyc file when changing mm_cfg.py
When mounting mailman to an external volume, the initial mm_cfg.py file generates a
mm_cfg.pyc
file. If you subsequently modify the .py file in future docker starts, the change isn't reflected because mailman is using the .pyc file.This change deletes the mm_cfg.pyc file when changing mm_cfg.py