Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <ghzpotato@gmail.com>
  • Loading branch information
JmPotato committed Jul 10, 2023
1 parent ccf8822 commit f3b3ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ WORKDIR /go/src/github.com/tikv/pd
# Cache dependencies
COPY go.mod .
COPY go.sum .
COPY client/go.mod ./client
COPY client/go.sum ./client

RUN GO111MODULE=on go mod download

Expand Down

0 comments on commit f3b3ea6

Please sign in to comment.