cypress-example-docker-circle-workflows icon indicating copy to clipboard operation
cypress-example-docker-circle-workflows copied to clipboard

node_modules is copied to the image

Open revolunet opened this issue 7 years ago • 0 comments

Hi,

I'm wondering if this is expected behaviour, on OSX, when i run circleci build with the given config.yml, the node_modules get copied to the image, and so its quite slow to start.

====>> Checkout code
#!/bin/sh
mkdir -p /root/app && cp -r /tmp/_circleci_local_build_repo/. /root/app

thanks

revolunet avatar Mar 29 '18 22:03 revolunet