Chatwoot/Procfile
2021-01-19 16:47:25 +05:30

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