Some changes
This commit is contained in:
@ -7,7 +7,7 @@ WORKDIR /workspace/src
|
||||
# Copy the Go Modules manifests
|
||||
COPY src/go.mod go.mod
|
||||
COPY src/go.sum go.sum
|
||||
COPY _argocd ../_argocd/
|
||||
COPY _argo-cd/ ../_argo-cd/
|
||||
# cache deps before building and copying source so that we don't need to re-download as much
|
||||
# and so that source changes don't invalidate our downloaded layer
|
||||
RUN go mod download
|
||||
|
Reference in New Issue
Block a user