cypress-example-docker-circle-workflows
cypress-example-docker-circle-workflows copied to clipboard
node_modules is copied to the image
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