diff --git a/Procfile b/Procfile index b44eb8898..8e97aa04d 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ web: bundle exec rails s thin -p $PORT redis: redis-server websocket: ruby script/websocket_server.rb -worker: QUEUE=* rake resque:work +worker: QUEUE=* bundle exec rake resque:work