gunicorn: command not found when hosting on Railway
I am new to Django and hosting web applications, and I am trying to host my first one using Railway. The application successfully builds and deploys for about 5 seconds before crashing and giving me the error /bin/bash: line 1: gunicorn: command not found
. It then tries to repeatedly restart the container, failing every time.