Retrospring/Procfile

2 lines
132 B
Plaintext

unicorn: bundle exec unicorn -E production -l unix:./tmp/sockets/justask.sock
sidekiq: bundle exec sidekiq -C './config/sidekiq.yml'