Docker Container Stops Working After Adding a Bind Mount

Hi! I’m trying to learn DevOps by following this tutorial but I’ve hit a snag. When I run the container without a -v argument, the server spins up just fine. However, when I add a bind mount using the exact command shown in the tutorial, the server doesn’t work and the container doesn’t seem to start at all, even though no errors are given by the command.

I’m running Node 14.18.0 and Docker 20.10.10 if that’s useful to know. Apologies for the weird formatting, I can only post one image as a new user.