/bin/bash: line 1: web:: command not found
ci5co22
FREEOP

6 months 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

$10 Bounty

2 Replies

Railway
BOT

6 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


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 -


Loading...