Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sed stuff from docker-serve.sh #122

Open
TuringTux opened this issue Nov 14, 2020 · 0 comments
Open

Remove sed stuff from docker-serve.sh #122

TuringTux opened this issue Nov 14, 2020 · 0 comments

Comments

@TuringTux
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant