Chatwoot/Procfile.test

4 lines
142 B
Text
Raw Normal View History

backend: RAILS_ENV=test bin/rails s -p 5050
frontend: bin/webpack-dev-server
worker: RAILS_ENV=test bundle exec sidekiq -C config/sidekiq.yml