Skip to content

docker: move sigterm handling up to the entrypoint

pini requested to merge pini-docker into dev

Having it into the duniter.sh script prevents using duniter subcommands such as duniter wizard key which are then launched in the background.

Moving it into the entrypoint makes the subcommands available again.

Merge request reports