-
Notifications
You must be signed in to change notification settings - Fork 45
Docker builds not using cache #134
Comments
You mean Just want to make sure you're not talking about dockerized integration of Composer in your project :) |
I see a PR from you, so I can assume you mean |
Yeah, build is not as fast as I'd like it to be, Quick suggestion tho: you don't need to run it through Docker every time, you can build it once so we have generated HTML report files and then just iterate over |
@artem-zinnatullin Sorry for the late reply, yes I'm talking about |
Awesome. Ok. Maybe that should be added to the README? I tried to build via Gradle and had a test failure which I found confusing so I reached for the docker build. |
Let me try to optimize Docker build first :) |
It's a bit tricky to cache properly, I'm gonna do few incremental improvements first |
Every build through docker does a lot of things that could probably be cached. I couldn't get a local build to work, so iterating via the docker build is quite a pain.
The text was updated successfully, but these errors were encountered: