Skip to content

Commit 190c048

Browse files
committed
add 'go mod vendor' into Dockerfile
Signed-off-by: jooho <[email protected]>
1 parent 73ba9ab commit 190c048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN git init && \
6969
# Download dependiencies before copying the source so they will be cached
7070
COPY go.mod go.sum ./
7171
RUN go mod download
72+
RUN go mod vendor
7273

7374

7475
###############################################################################

0 commit comments

Comments
 (0)