Skip to content

feat: switch from git clone to Dockerfile ADD with git repo

Wouter Deconinck requested to merge dockerfile-add-git-repo into master

Using ADD with git repo allows the docker build to handle the correct caching instead of us having to use the API. It also allows docker build to run this earlier in the build.

Merge request reports

Loading