Some changes

This commit is contained in:
Nikolai Rodionov
2024-07-17 13:06:53 +02:00
parent a218ca3cb4
commit ca10abaa7f
13 changed files with 181 additions and 112 deletions

View File

@ -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