muesli icon indicating copy to clipboard operation
muesli copied to clipboard

Remove sed stuff from docker-serve.sh

Open TuringTux opened this issue 4 years ago • 0 comments

Currently, there is a part of docker-server.sh (only active when MUESLI_TESTMODE is active) that creates muesli.yml and alembic.ini based off the corresponding *.example files by replacing certain lines using sed.

The regular expression is not that easy to read, and all in all, this is also probably not that easy to understand for beginners.

It would be great if we could change this to remove the sed stuff.

TuringTux avatar Nov 14 '20 14:11 TuringTux