File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
web : bundle exec puma -e $RACK_ENV -b unix:///tmp/web_server.sock --pidfile /tmp/web_server.pid -d
2
- worker : bundle exec sidekiq -e $RAILS_ENV --config ./config/sidekiq.yml
3
- custom_web : bundle exec puma -e $RACK_ENV -b unix:///tmp/web_server.sock --pidfile /tmp/web_server.pid -d
2
+ worker : bundle exec sidekiq --config ./config/sidekiq.yml
Original file line number Diff line number Diff line change 1
1
# You can run these commands in separate shells instead of using foreman
2
2
web: bin/rails server -p 3000
3
- worker: bundle exec sidekiq -e development - -config ./config/sidekiq.yml
3
+ worker: bundle exec sidekiq --config ./config/sidekiq.yml
4
4
5
5
# Next line runs a watch process with webpack to compile the changed files.
6
6
# When making frequent changes to client side assets, you will prefer building webpack assets
Original file line number Diff line number Diff line change 1
1
# You can run these commands in separate shells instead of using foreman
2
2
web: bin/rails server -p 3000
3
- worker: bundle exec sidekiq -e development - -config ./config/sidekiq.yml
3
+ worker: bundle exec sidekiq --config ./config/sidekiq.yml
4
4
5
5
# Next line runs the webpack-dev-server
6
6
# You can edit config/webpacker.yml to set HMR to true to see hot reloading.
You can’t perform that action at this time.
0 commit comments