mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +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
|