Procfile 121 B

12
  1. web: rails s -e $RAILS_ENV -p $RAILS_PORT
  2. worker: sidekiq start -L log/sidekiq.log -P tmp/pids/sidekiq.pid -e $RAILS_ENV