diff --git a/Procfile b/Procfile index 4b2086aca119bdab9285bcd3c1c0b106f51df850..18cbb97c135cd7f97c358f2e3d161b72ddec58fa 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: bundle exec rails s thin -p $PORT +web: bundle exec rails s -p $PORT redis: redis-server worker: QUEUE=* bundle exec rake resque:work