How do I run a webpack build from a docker container?
问题 The app I'm making is written in ES6 and other goodies is transpiled by webpack inside a Docker container. At the moment everything works from creating the inner directory, installing dependencies, and creating the compiled bundle file. When running the container instead, it says that dist/bundle.js does not exist. Except if I create the bundle file in the host directory, it will work. I've tried creating a volume for the dist directory at it works the first time, but after making changes and