add sidekiq to Procfile.dev
This commit is contained in:
parent
ffb849047f
commit
83cb2868fa
|
@ -1,2 +1,3 @@
|
|||
web: unset PORT && bin/rails server
|
||||
worker: bundle exec sidekiq
|
||||
css: yarn build:css --watch
|
||||
|
|
Loading…
Reference in New Issue