diff --git a/Procfile b/Procfile index c93dfd6..93afc98 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -worker: RAILS_ENV=production bin/delayed_job start +worker: bundle exec rake jobs:work web: bundle exec passenger start -p $PORT --max-pool-size 3 \ No newline at end of file