Hello
Am I missing something or is it a very slow and tedious process to get a build process created and running?
I have a local dev environment using 3 Docker containers, managed via a docker-compose.yml which runs OK on my laptop. I am trying to replicate this setup in CircleCI so that I can spin up the containers and then run browser tests against my CakePHP application using the same setting, database etc.
I find that with each tweak or change to the .yml file I have to rebuild everything and this takes 3-4 minutes depending on the network.
Is there anyway to cache some parts of the process to make it quicker?