It´s probably because the dockerfile user npm run start but when you enter on interactive mode you are using nodejs commmand.
echo 'LD_LIBRARY_PATH='$LD_LIBRARY_PATH' on this point, this is the other difference, and the error looks that something are missing. Could you test the CMD command exactly on interactive mode?