docker: simplify duniter subcommand run
Compare changes
Files
4+ 21
− 0
@@ -80,3 +80,24 @@ You can pass any other option to duniter using the `command` docker-compose elem
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.