Files
chatwoot/Procfile
T

4 lines
142 B
Plaintext

release: bundle exec rails db:chatwoot_prepare
web: bin/rails server -p $PORT -e $RAILS_ENV
worker: bundle exec sidekiq -C config/sidekiq.yml