/bin/bash: line 1: web:: command not found
ci5co22
FREEOP
a year ago
I don't know what's the problem
requirements
asgiref==3.9.1
Django==5.2.6
gunicorn==23.0.0
packaging==25.0
pillow==11.3.0
sqlparse==0.5.3
tzdata==2025.2
whitenoise==6.10.0
Procfile
web: gunicorn MiDo.wsgi
2 Replies
Railway
BOT
a year ago
Hey there! We've found the following might help you get unblocked faster:
- ๐งต Gunicorn: command not found
- ๐ No Start Command Could be Found
- ๐งต /bin/bash: line 1: gunicorn: command not found
If you find the answer from one of these, please let us know by solving the thread!
a year ago
Create a file named Procfile (no extension) in your project root directory.
Add or update exactly this single line to the file: web: gunicorn MiDo.wsgi --log-file -