Also would be great if someone can guide me as to ...
# general
c
Also would be great if someone can guide me as to how to copy over the
.git
folder from workspace into docker context.I tried the below in the root
BUILD
file :
Copy code
files(
    name="git",
    sources=["./.git/"]
)
and then used this inside the
BUILD
file for the docker file :