Support webpacker live-reloading on Docker (#26419)
This commit is contained in:
parent
0719216368
commit
286a21afdc
4 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
|
||||
sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq
|
||||
stream: env PORT=4000 yarn run start
|
||||
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0
|
||||
webpack: bin/webpack-dev-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue