diff --git a/docker/scripts/entrypoint.sh b/docker/scripts/entrypoint.sh index 592a218a50..198f1cf356 100644 --- a/docker/scripts/entrypoint.sh +++ b/docker/scripts/entrypoint.sh @@ -49,4 +49,4 @@ then fi # Start the chain -centrifuge-chain "$@" \ No newline at end of file +exec centrifuge-chain "$@"