Skip to content
Snippets Groups Projects
Commit 8e200e5b authored by Gilles Filippini's avatar Gilles Filippini
Browse files

build(docker): entrypoint: run duniter with exec

Spare one process.
parent 23b11afa
No related branches found
No related tags found
1 merge request!1381Docker: move config back to volume /var/lib/duniter and other minor changes
......@@ -110,4 +110,4 @@ export DUNITER_CONF_HOME
cd /duniter/duniter
echo Starting duniter with:
echo /usr/bin/duniter "$@"
/usr/bin/duniter "$@"
exec /usr/bin/duniter "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment