Skip to content

docker: simplify duniter subcommand run

pini requested to merge pini-docker-entrypoint into master

When the first argument of the entrypoint is not an option or is '--' then bypass the default configuration via environment variables and directly run duniter with the given parameters (after removing the first one when it is '--').

The affected scripts and documentation were updated.

Merge request reports