intercity/intercity-next

View on GitHub
Procfile

Summary

Maintainability
Test Coverage
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
sidekiq: bundle exec sidekiq -e ${RACK_ENV:-development}