Docker Entrypoint cómo no terminar el contenedor

#Extra line added in the script to run all command line arguments
exec "$@";
Evil Echidna