Skip to content

Commit 2c9fcb5

Browse files
authored
Merge pull request #7 from Jooho/update_dockerfile
add 'go mod vendor' into Dockerfile
2 parents 73ba9ab + 190c048 commit 2c9fcb5

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)