You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
When webpack runs inside a Docker container, it cannot observe the file change events that it needs to re-compile the assets. As a workaround, add to your webpack config:
I wanted to provide my setup with
webkit-railsand Docker – if possible, it would be nice to add some of this to the README.Sample
docker-compose.ymlfile. Note the-band--hostoptions, which expose the server processes to the host machine.Be sure to set the
manifest_hostto match the name of thedocker-composewebpack service.When webpack runs inside a Docker container, it cannot observe the file change events that it needs to re-compile the assets. As a workaround, add to your webpack config: