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 has been 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:
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:
@Graysonwright Are you on OS X? I think this is a limitation of docker for mac but not of docker itself as I've been running webpack on docker for a few months now and I don't need that setting.
I wanted to provide my setup with
webkit-rails
and Docker – if possible, it would be nice to add some of this to the README.Sample
docker-compose.yml
file. Note the-b
and--host
options, which expose the server processes to the host machine.Be sure to set the
manifest_host
to match the name of thedocker-compose
webpack 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:
The text was updated successfully, but these errors were encountered: