4👍
✅
use the –chdir flag. for example, gunicorn config.wsgi:application --bind 0.0.0.0:8000 --chdir /path/to/project/root/
Source:stackexchange.com