mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-19 21:52:35 +00:00
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
release: bundle exec rake db:migrate
|
|
web: bin/rails server -p $PORT -e $RAILS_ENV
|
|
worker: bundle exec sidekiq -C config/sidekiq.yml
|