Compose equivalent of Dockerfile VOLUME + COPY · Issue #2105 · docker/compose

For performance reasons (2x less time), I want to copy my source directory into my web container, and following the run, I'm extracting test results afterwards. I do not want to share a host volume...