Unable to copy file from docker-compose mount to host Unable to copy file from docker-compose mount to host selenium selenium

Unable to copy file from docker-compose mount to host


Worked by using right folder and absolute path. Thanks @chrisz

selenium:    image: 'selenium/standalone-chrome'    expose:      - "4444"  tests:    build:      context: ./tests      dockerfile: Dockerfile    depends_on:      - selenium      - web    volumes:      - ./tests/testResultsReport:/tests/testResultsReport