Hi I am trying to change my dyno process on heroku. I don\'t have a procfile in my app..
My dyno is : web bin/rails server -p ${PORT:-5000} -e $RAILS_ENV
and I wou