I'm using docker-compose to setup my environment and using 2 differents container for the rails server and the webpack server.
However, my rails server is still compiling the javascript. Is there a way to disable this?
Yes, please set compile: false in webpacker.yml
Most helpful comment
Yes, please set
compile: falsein webpacker.yml