I am having trouble with the way I write Procfiles and the way they are evaluated in bash.
In commit 16e3f3c I started having issues with running
setuidgid u32178 $(eval echo "${command}") vs simply running eval ${command} in the /start script.
My Procfile looks like this.
web: python bin/production.py collectstatic --noinput --verbosity 3 ; gunicorn wsgi