We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's some code that is duplicated in multiple entrypoints, e.g. the patching logic is the same in these locations:
containers/daemons/start-daemon.sh
Line 35 in 7c45913
containers/server/docker-entrypoint.sh
Line 46 in 7c45913
containers/webui/docker-entrypoint.sh
Line 43 in 7c45913
We could refactor the patching logic into a separate script/function that is called in the entrypoints.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's some code that is duplicated in multiple entrypoints, e.g. the patching logic is the same in these locations:
containers/daemons/start-daemon.sh
Line 35 in 7c45913
containers/server/docker-entrypoint.sh
Line 46 in 7c45913
containers/webui/docker-entrypoint.sh
Line 43 in 7c45913
We could refactor the patching logic into a separate script/function that is called in the entrypoints.
The text was updated successfully, but these errors were encountered: