Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Simon <simon@weave.works>
  • Loading branch information
Ahmed Magdy and foot authored Oct 11, 2023
1 parent 0f07a95 commit b1d00a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY go.sum go.sum
# 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
COPY vendor vendor

# Copy the go source
COPY cmd/main.go cmd/main.go
Expand Down

0 comments on commit b1d00a8

Please sign in to comment.