feat: switch from git clone to Dockerfile ADD with git repo
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.
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.