anthonymidili/Bullhorn

View on GitHub
Procfile.dev

Summary

Maintainability
Test Coverage
web: bundle exec passenger start -p $PORT --max-pool-size $RAILS_MAX_THREADS
worker: bundle exec sidekiq -c 1 -t 25
js: yarn build --watch
css: yarn build:css --watch