diff --git a/Procfile b/Procfile index 4b2086aca..18cbb97c1 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