gunicon: command not found
emmadegreat
TRIALOP
a year ago
I am trying to deploy my project from github but i am getting this error that gunicorn command cannot be found while i have my gunicorn installed, listed in the requirements,txt, and has it in the Procfile
error message from log.
gunicon: command not found
repo: https://github.com/Emmadegreat/djangoblogapp
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
Hello,
Railway is detecting your app as a Node app given you have a package-lock.json in your repo.
I changed this detection from Node to Python and your latest deploy is online now.
You can see my change in your activity feed.